Class ConnectorBinderHeaders
java.lang.Object
com.solace.connector.core.io.header.ConnectorBinderHeaders
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAcceptable Value Type:PublishAcknowledgmentCallbackstatic final StringAcceptable Value Type: String -
Method Summary
-
Field Details
-
PUBLISH_ACKNOWLEDGMENT_CALLBACK
Acceptable Value Type:
PublishAcknowledgmentCallbackAccess: Write
An object for capturing messaging confirmations.
- See Also:
-
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:
-