Class ConsumerBinding
java.lang.Object
com.solace.connector.core.customizer.ConsumerBinding
Represents a consumer binding configuration for a specific binder type and destination.
This class encapsulates the binder type, destination, and consumer properties.
-
Constructor Summary
ConstructorsConstructorDescriptionConsumerBinding(String binderType, String destination, org.springframework.cloud.stream.binder.ConsumerProperties properties) -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of the binder.Returns the destination for the consumer binding.org.springframework.cloud.stream.binder.ConsumerPropertiesReturns the properties associated with the consumer binding.
-
Constructor Details
-
ConsumerBinding
-
-
Method Details
-
getBinderType
Returns the type of the binder.- Returns:
- the binder type
-
getDestination
Returns the destination for the consumer binding.- Returns:
- the destination
-
getProperties
public org.springframework.cloud.stream.binder.ConsumerProperties getProperties()Returns the properties associated with the consumer binding.- Returns:
- the consumer properties
-