Class ServiceNowDispatcher
java.lang.Object
org.apache.camel.component.servicenow.ServiceNowDispatcher
-
Constructor Summary
ConstructorsConstructorDescriptionServiceNowDispatcher(Predicate<org.apache.camel.Exchange> predicate, org.apache.camel.Processor delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(org.apache.camel.Exchange exchange) static booleanstatic ServiceNowDispatchervoidprocess(org.apache.camel.Exchange exchange)
-
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
- Throws:
Exception
-
on
public static ServiceNowDispatcher on(String action, String subject, org.apache.camel.Processor delegate) -
matches
-