Class ConsumerBinding

java.lang.Object
com.solace.connector.core.customizer.ConsumerBinding

public class ConsumerBinding extends Object
Represents a consumer binding configuration for a specific binder type and destination. This class encapsulates the binder type, destination, and consumer properties.
  • Constructor Details

    • ConsumerBinding

      public ConsumerBinding(String binderType, String destination, org.springframework.cloud.stream.binder.ConsumerProperties properties)
  • Method Details

    • getBinderType

      public String getBinderType()
      Returns the type of the binder.
      Returns:
      the binder type
    • getDestination

      public String 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