public class FilteringCamelEventHandler extends CamelEventHandler
eventBusEndpoint, log, processor| Constructor and Description |
|---|
FilteringCamelEventHandler(GuavaEventBusEndpoint eventBusEndpoint,
org.apache.camel.Processor processor,
Class<?> eventClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
eventReceived(Object event)
Guava callback executed when an event was received.
|
doEventReceivedpublic FilteringCamelEventHandler(GuavaEventBusEndpoint eventBusEndpoint, org.apache.camel.Processor processor, Class<?> eventClass)
public void eventReceived(Object event)
event - the eventApache Camel