Class ServiceNowDispatcher

java.lang.Object
org.apache.camel.component.servicenow.ServiceNowDispatcher

public class ServiceNowDispatcher extends Object
  • Constructor Details

    • ServiceNowDispatcher

      public ServiceNowDispatcher(Predicate<org.apache.camel.Exchange> predicate, org.apache.camel.Processor delegate)
  • Method Details

    • match

      public boolean match(org.apache.camel.Exchange exchange)
    • process

      public void process(org.apache.camel.Exchange exchange) throws Exception
      Throws:
      Exception
    • on

      public static ServiceNowDispatcher on(String action, String subject, org.apache.camel.Processor delegate)
    • matches

      public static boolean matches(org.apache.camel.Message in, String action, String subject)