Class EmbeddedApplicationPublishedBridge

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

    public class EmbeddedApplicationPublishedBridge
    extends org.infinispan.spring.common.session.AbstractApplicationPublisherBridge
    A bridge between Infinispan Embedded events and Spring.
    Since:
    9.0
    Author:
    Sebastian Ɓaskawiec
    • Constructor Detail

      • EmbeddedApplicationPublishedBridge

        public EmbeddedApplicationPublishedBridge​(org.infinispan.spring.common.provider.SpringCache eventSource)
    • Method Detail

      • registerListener

        protected void registerListener()
        Specified by:
        registerListener in class org.infinispan.spring.common.session.AbstractApplicationPublisherBridge
      • unregisterListener

        public void unregisterListener()
        Specified by:
        unregisterListener in class org.infinispan.spring.common.session.AbstractApplicationPublisherBridge
      • processCacheEntryCreated

        public void processCacheEntryCreated​(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent event)
      • processCacheEntryExpired

        public void processCacheEntryExpired​(org.infinispan.notifications.cachelistener.event.CacheEntryExpiredEvent event)
      • processCacheEntryDestroyed

        public void processCacheEntryDestroyed​(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent event)