Interface ConsumerBindingCapabilitiesFactory
public interface ConsumerBindingCapabilitiesFactory
Factory for creating
ConsumerBindingCapabilities instances.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreate(org.springframework.cloud.stream.binder.ConsumerProperties properties) Create aConsumerBindingCapabilitiesinstance for the specified consumer 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
ConsumerBindingCapabilities create(org.springframework.cloud.stream.binder.ConsumerProperties properties) Create aConsumerBindingCapabilitiesinstance for the specified consumer binding.- Parameters:
properties- the consumer properties- Returns:
- a configured capabilities instance for this specific consumer binding
-