Class ProducerBinding
java.lang.Object
com.solace.connector.core.customizer.ProducerBinding
Represents the binding information for a producer in a Solace binder.
This class encapsulates the binder type, destination, and producer properties.
-
Constructor Summary
ConstructorsConstructorDescriptionProducerBinding(String binderType, String destination, org.springframework.cloud.stream.binder.ProducerProperties properties) -
Method Summary
Modifier and TypeMethodDescriptionGet the type of the binder.Get the destination for the producer.org.springframework.cloud.stream.binder.ProducerPropertiesGet the properties associated with the producer.
-
Constructor Details
-
ProducerBinding
-
-
Method Details
-
getBinderType
Get the type of the binder.- Returns:
- the binder type
-
getDestination
Get the destination for the producer.- Returns:
- the destination
-
getProperties
public org.springframework.cloud.stream.binder.ProducerProperties getProperties()Get the properties associated with the producer.- Returns:
- the producer properties
-