Class AbstractExtendedBindingProperties<C,P,T extends BinderSpecificPropertiesProvider>
java.lang.Object
org.springframework.cloud.stream.binder.AbstractExtendedBindingProperties<C,P,T>
- Type Parameters:
C
- - consumer properties typeP
- - producer properties typeT
- - type which provides the consumer and producer properties
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,ExtendedBindingProperties<C,
,P> org.springframework.context.ApplicationContextAware
public abstract class AbstractExtendedBindingProperties<C,P,T extends BinderSpecificPropertiesProvider>
extends Object
implements ExtendedBindingProperties<C,P>, org.springframework.context.ApplicationContextAware
Base implementation of
ExtendedBindingProperties
.- Since:
- 2.1
- Author:
- Oleg Zhurakousky
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExtendedConsumerProperties
(String binding) getExtendedProducerProperties
(String binding) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
setBindings
(Map<String, T> bindings) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.cloud.stream.binder.ExtendedBindingProperties
getBindings, getDefaultsPrefix, getExtendedPropertiesEntryClass
-
Constructor Details
-
AbstractExtendedBindingProperties
public AbstractExtendedBindingProperties()
-
-
Method Details
-
setBindings
-
getExtendedConsumerProperties
- Specified by:
getExtendedConsumerProperties
in interfaceExtendedBindingProperties<C,
P>
-
getExtendedProducerProperties
- Specified by:
getExtendedProducerProperties
in interfaceExtendedBindingProperties<C,
P>
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
doGetBindings
-