Class ServiceNowDispatcher
- java.lang.Object
-
- org.apache.camel.component.servicenow.ServiceNowDispatcher
-
public class ServiceNowDispatcher extends Object
-
-
Constructor Summary
Constructors Constructor Description ServiceNowDispatcher(Predicate<org.apache.camel.Exchange> predicate, org.apache.camel.Processor delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatch(org.apache.camel.Exchange exchange)static booleanmatches(org.apache.camel.Message in, String action, String subject)static ServiceNowDispatcheron(String action, String subject, org.apache.camel.Processor delegate)voidprocess(org.apache.camel.Exchange exchange)
-
-
-
Constructor Detail
-
ServiceNowDispatcher
public ServiceNowDispatcher(Predicate<org.apache.camel.Exchange> predicate, org.apache.camel.Processor delegate)
-
-
Method Detail
-
match
public boolean match(org.apache.camel.Exchange exchange)
-
on
public static ServiceNowDispatcher on(String action, String subject, org.apache.camel.Processor delegate)
-
-