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
Constructors Modifier Constructor Description protectedInfinispanEmbeddedCustomListener()protectedInfinispanEmbeddedCustomListener(Set<org.infinispan.notifications.cachelistener.event.Event.Type> events)
-
-
-
Constructor Detail
-
InfinispanEmbeddedCustomListener
protected InfinispanEmbeddedCustomListener()
-
InfinispanEmbeddedCustomListener
protected InfinispanEmbeddedCustomListener(Set<org.infinispan.notifications.cachelistener.event.Event.Type> events)
-
-