Class InfinispanRoutes.CustomListener

java.lang.Object
org.apache.camel.component.infinispan.InfinispanEventListener<org.infinispan.client.hotrod.event.ClientEvent.Type>
org.apache.camel.component.infinispan.remote.InfinispanRemoteCustomListener
org.apache.camel.quarkus.component.infinispan.InfinispanRoutes.CustomListener
Enclosing class:
InfinispanRoutes

static final class InfinispanRoutes.CustomListener extends org.apache.camel.component.infinispan.remote.InfinispanRemoteCustomListener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    entryCreated(org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent<?> event)
     

    Methods inherited from class org.apache.camel.component.infinispan.remote.InfinispanRemoteCustomListener

    getEventData, getKey, processEvent

    Methods inherited from class org.apache.camel.component.infinispan.InfinispanEventListener

    getCacheName, getEventProcessor, getEvents, isAccepted, setCacheName, setEventProcessor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomListener

      CustomListener()
  • Method Details

    • entryCreated

      public void entryCreated(org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent<?> event)