Interface BindingModificationAware


public interface BindingModificationAware
Component that is aware of Spring Cloud Stream channel destination modifications. Usually implemented by one or more custom ConfigurationPropertiesBindHandlerAdvisor implementations.
  • Method Summary

    Modifier and Type
    Method
    Description
    A map keyed by the original, fully-qualified property binding (before modification) whose value is the modification string.
  • Method Details

    • getNamespaceModByBindingProperty

      Map<String,String> getNamespaceModByBindingProperty()
      A map keyed by the original, fully-qualified property binding (before modification) whose value is the modification string.
      Returns:
      map of original property name to mod value.