public interface ExtendedBindingProperties<C,P>
Modifier and Type | Method and Description |
---|---|
String |
getDefaultsPrefix()
Extended binding properties can define a default prefix to place all the extended
common producer and consumer properties.
|
C |
getExtendedConsumerProperties(String channelName) |
P |
getExtendedProducerProperties(String channelName) |
Class<? extends BinderSpecificPropertiesProvider> |
getExtendedPropertiesEntryClass()
Extended properties class which should be a subclass of
BinderSpecificPropertiesProvider
against which default extended producer and consumer properties
are resolved. |
String getDefaultsPrefix()
Class<? extends BinderSpecificPropertiesProvider> getExtendedPropertiesEntryClass()
BinderSpecificPropertiesProvider
against which default extended producer and consumer properties
are resolved.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.