Interface ProducerBindingCapabilitiesFactory


public interface ProducerBindingCapabilitiesFactory
Factory for creating ProducerBindingCapabilities instances.
See Also:
  • Method Details

    • getBinderType

      String getBinderType()
      Get the binder type to which this factory is applicable.
      Returns:
      the binder type
    • create

      ProducerBindingCapabilities create(org.springframework.cloud.stream.binder.ProducerProperties properties)
      Create a ProducerBindingCapabilities instance for the specified producer binding.
      Parameters:
      properties - the producer properties
      Returns:
      a configured capabilities instance for this specific producer binding