Class ConnectorBinderHeaders

java.lang.Object
com.solace.connector.core.io.header.ConnectorBinderHeaders

public final class ConnectorBinderHeaders extends Object

Non-vendor-specific common headers for the Micro-Integration binders.

If these are not used, then developers may need to create customizer beans within their Micro-Integrations to provide contextual meta-information about their binder to the Micro-Integration Framework.

  • Field Details

    • PUBLISH_ACKNOWLEDGMENT_CALLBACK

      public static final String PUBLISH_ACKNOWLEDGMENT_CALLBACK

      Acceptable Value Type: PublishAcknowledgmentCallback

      Access: Write


      An object for capturing messaging confirmations.

      See Also:
    • TARGET_DESTINATION_TYPE

      public static final String TARGET_DESTINATION_TYPE

      Acceptable Value Type: String

      Access: Write


      Indicates the type of the target destination the binder should use if they choose to support sending output messages to dynamic destinations.

      Typically used in combination with the org.springframework.cloud.stream.binder.BinderHeaders.TARGET_DESTINATION header.

      See Also: