Class ProducerBinding

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

public class ProducerBinding extends Object
Represents the binding information for a producer in a Solace binder. This class encapsulates the binder type, destination, and producer properties.
  • Constructor Details

    • ProducerBinding

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

    • getBinderType

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

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