Class 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 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)