Interface ProducerBindingCapabilitiesFactory
public interface ProducerBindingCapabilitiesFactory
Factory for creating
ProducerBindingCapabilities instances.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreate(org.springframework.cloud.stream.binder.ProducerProperties properties) Create aProducerBindingCapabilitiesinstance for the specified producer binding.Get the binder type to which this factory is applicable.
-
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 aProducerBindingCapabilitiesinstance for the specified producer binding.- Parameters:
properties- the producer properties- Returns:
- a configured capabilities instance for this specific producer binding
-