Class HazelcastTopicStorage

  • All Implemented Interfaces:
    EventListener

    @Service(name="hazelcast-topic-storage")
    @RunLevel(10)
    public class HazelcastTopicStorage
    extends Object
    implements EventListener
    Represents a possibility to delay MessageReceiver registration.
    Author:
    Sven Diedrichsen
    • Constructor Detail

      • HazelcastTopicStorage

        public HazelcastTopicStorage()
    • Method Detail

      • postConstruct

        @PostConstruct
        public void postConstruct()
      • preDestroy

        @PreDestroy
        public void preDestroy()
      • getInstance

        public static HazelcastTopicStorage getInstance()
        Returns the singleton instance of this storage.
        Returns:
        Singleton storage instance.