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 boolean
match(org.apache.camel.Exchange exchange)
static boolean
matches(org.apache.camel.Message in, String action, String subject)
static ServiceNowDispatcher
on(String action, String subject, org.apache.camel.Processor delegate)
void
process(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)
-
-