Interface ExtendedCallback

    • Method Detail

      • isOptional

        default boolean isOptional()
        Determine if this callback is optional.
        Returns:
        true if the callback is optional, false if it is mandatory
      • needsInformation

        default boolean needsInformation()
        Determine if this callback is requesting information.
        Returns:
        true if the callback is requesting information, false if it is only providing information