public class ServiceNowDispatcher extends Object
Constructor and Description |
---|
ServiceNowDispatcher(Predicate<org.apache.camel.Exchange> predicate,
org.apache.camel.Processor delegate) |
Modifier and Type | Method and 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) |
public ServiceNowDispatcher(Predicate<org.apache.camel.Exchange> predicate, org.apache.camel.Processor delegate)
public boolean match(org.apache.camel.Exchange exchange)
public static ServiceNowDispatcher on(String action, String subject, org.apache.camel.Processor delegate)
Apache Camel