Uses of Interface
org.springframework.cloud.stream.binder.BinderSpecificPropertiesProvider
-
Packages that use BinderSpecificPropertiesProvider Package Description org.springframework.cloud.stream.binder -
-
Uses of BinderSpecificPropertiesProvider in org.springframework.cloud.stream.binder
Classes in org.springframework.cloud.stream.binder with type parameters of type BinderSpecificPropertiesProvider Modifier and Type Class Description classAbstractExtendedBindingProperties<C,P,T extends BinderSpecificPropertiesProvider>Base implementation ofExtendedBindingProperties.Methods in org.springframework.cloud.stream.binder that return types with arguments of type BinderSpecificPropertiesProvider Modifier and Type Method Description Class<? extends BinderSpecificPropertiesProvider>ExtendedBindingProperties. getExtendedPropertiesEntryClass()Extended properties class which should be a subclass ofBinderSpecificPropertiesProvideragainst which default extended producer and consumer properties are resolved.
-