Class ConnectorMessagingDestinationsConfigurer

java.lang.Object
org.activiti.services.connectors.conf.ConnectorMessagingDestinationsConfigurer
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.core.Ordered

public class ConnectorMessagingDestinationsConfigurer extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.core.Ordered
  • Constructor Details

  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • resolveBindingDestination

      protected Map.Entry<String,String> resolveBindingDestination(String implementation)
    • applyBindingDestination

      protected Map.Entry<String,org.springframework.cloud.stream.config.BindingProperties> applyBindingDestination(Map.Entry<String,String> entry)
    • log

      protected void log(Map.Entry<String,org.springframework.cloud.stream.config.BindingProperties> entry)
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered