Class InfinispanRemoteCustomListener
- java.lang.Object
-
- org.apache.camel.component.infinispan.InfinispanEventListener<org.infinispan.client.hotrod.event.ClientEvent.Type>
-
- org.apache.camel.component.infinispan.remote.InfinispanRemoteCustomListener
-
public abstract class InfinispanRemoteCustomListener extends org.apache.camel.component.infinispan.InfinispanEventListener<org.infinispan.client.hotrod.event.ClientEvent.Type>This class is supposed to be extended by users and annotated with @ClientListener and passed to the consumer endpoint through the 'customListener' parameter.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInfinispanRemoteCustomListener()protectedInfinispanRemoteCustomListener(Set<org.infinispan.client.hotrod.event.ClientEvent.Type> events)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static ObjectgetEventData(org.infinispan.client.hotrod.event.ClientEvent e)protected static ObjectgetKey(org.infinispan.client.hotrod.event.ClientEvent event)protected voidprocessEvent(org.infinispan.client.hotrod.event.ClientEvent event)
-
-
-
Constructor Detail
-
InfinispanRemoteCustomListener
protected InfinispanRemoteCustomListener()
-
InfinispanRemoteCustomListener
protected InfinispanRemoteCustomListener(Set<org.infinispan.client.hotrod.event.ClientEvent.Type> events)
-
-
Method Detail
-
processEvent
protected void processEvent(org.infinispan.client.hotrod.event.ClientEvent event)
-
getKey
protected static Object getKey(org.infinispan.client.hotrod.event.ClientEvent event)
-
getEventData
protected static Object getEventData(org.infinispan.client.hotrod.event.ClientEvent e)
-
-