Class RemoteApplicationPublishedBridge

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationEventPublisherAware

    public class RemoteApplicationPublishedBridge
    extends AbstractApplicationPublisherBridge
    A bridge between Infinispan Remote events and Spring.
    Since:
    9.0
    Author:
    Sebastian Ɓaskawiec
    • Constructor Detail

      • RemoteApplicationPublishedBridge

        public RemoteApplicationPublishedBridge​(SpringCache eventSource)
    • Method Detail

      • processCacheEntryCreated

        public void processCacheEntryCreated​(org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent event)
      • processCacheEntryExpired

        public void processCacheEntryExpired​(org.infinispan.client.hotrod.event.ClientCacheEntryExpiredEvent event)
      • processCacheEntryDestroyed

        public void processCacheEntryDestroyed​(org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent event)