public abstract class InfinispanRemoteCustomListener
extends org.apache.camel.component.infinispan.InfinispanEventListener<org.infinispan.client.hotrod.event.ClientEvent.Type>
| Modifier | Constructor and Description |
|---|---|
protected |
InfinispanRemoteCustomListener() |
protected |
InfinispanRemoteCustomListener(Set<org.infinispan.client.hotrod.event.ClientEvent.Type> events) |
| Modifier and Type | Method and Description |
|---|---|
protected static Object |
getEventData(org.infinispan.client.hotrod.event.ClientEvent e) |
protected static Object |
getKey(org.infinispan.client.hotrod.event.ClientEvent event) |
protected void |
processEvent(org.infinispan.client.hotrod.event.ClientEvent event) |
protected InfinispanRemoteCustomListener()
protected InfinispanRemoteCustomListener(Set<org.infinispan.client.hotrod.event.ClientEvent.Type> events)
protected void processEvent(org.infinispan.client.hotrod.event.ClientEvent event)
protected static Object getKey(org.infinispan.client.hotrod.event.ClientEvent event)
protected static Object getEventData(org.infinispan.client.hotrod.event.ClientEvent e)
Apache Camel