org.apache.camel.component.infinispan
Class InfinispanSyncEventListener

java.lang.Object
  extended by org.apache.camel.component.infinispan.InfinispanSyncEventListener
Direct Known Subclasses:
InfinispanAsyncEventListener

public class InfinispanSyncEventListener
extends Object


Constructor Summary
InfinispanSyncEventListener(InfinispanConsumer infinispanConsumer, Set<String> eventTypes)
           
 
Method Summary
 void processEvent(org.infinispan.notifications.cachelistener.event.CacheEntryEvent<Object,Object> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfinispanSyncEventListener

public InfinispanSyncEventListener(InfinispanConsumer infinispanConsumer,
                                   Set<String> eventTypes)
Method Detail

processEvent

public void processEvent(org.infinispan.notifications.cachelistener.event.CacheEntryEvent<Object,Object> event)


Apache Camel