Interface InfinispanEventProcessor

All Known Implementing Classes:
InfinispanConsumer

public interface InfinispanEventProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processEvent(String eventType, String cacheName, Object key, Object eventData, Consumer<org.apache.camel.Exchange> consumer)
     
  • Method Details