Interface BindingModificationAware
-
public interface BindingModificationAware
Component that is aware of Spring Cloud Stream channel destination modifications. Usually implemented by one or more customConfigurationPropertiesBindHandlerAdvisor
implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getNamespaceModByBindingProperty()
A map keyed by the original, fully-qualified property binding (before modification) whose value is the modification string.
-