Class InfinispanEmbeddedCustomListener
java.lang.Object
org.apache.camel.component.infinispan.InfinispanEventListener<org.infinispan.notifications.cachelistener.event.Event.Type>
org.apache.camel.component.infinispan.embedded.InfinispanEmbeddedCustomListener
public abstract class InfinispanEmbeddedCustomListener
extends org.apache.camel.component.infinispan.InfinispanEventListener<org.infinispan.notifications.cachelistener.event.Event.Type>
This class is supposed to be extended by users and annotated with @Listener and passed to the consumer endpoint
through the 'customListener' parameter.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedInfinispanEmbeddedCustomListener(Set<org.infinispan.notifications.cachelistener.event.Event.Type> events) -
Method Summary
Methods inherited from class org.apache.camel.component.infinispan.InfinispanEventListener
getCacheName, getEventProcessor, getEvents, isAccepted, setCacheName, setEventProcessor
-
Constructor Details
-
InfinispanEmbeddedCustomListener
protected InfinispanEmbeddedCustomListener() -
InfinispanEmbeddedCustomListener
protected InfinispanEmbeddedCustomListener(Set<org.infinispan.notifications.cachelistener.event.Event.Type> events)
-