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) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetBindings(Map<String, T> bindings) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.cloud.stream.binder.ExtendedBindingProperties
getBindings, getDefaultsPrefix, getExtendedPropertiesEntryClass
-
Constructor Details
-
AbstractExtendedBindingProperties
public AbstractExtendedBindingProperties()
-
-
Method Details
-
setBindings
-
getExtendedConsumerProperties
- Specified by:
getExtendedConsumerPropertiesin interfaceExtendedBindingProperties<C,P>
-
getExtendedProducerProperties
- Specified by:
getExtendedProducerPropertiesin interfaceExtendedBindingProperties<C,P>
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
doGetBindings
-