Class SubscriptionInitializedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class SubscriptionInitializedEvent
    extends org.springframework.context.ApplicationEvent

    Event to be published after the SpringTopicSubscription was initialized.

    When this event has been emitted, you can call SpringTopicSubscription.open() when the topic subscription is not opened automatically.

    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SpringTopicSubscription getSource()  
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SubscriptionInitializedEvent

        public SubscriptionInitializedEvent​(java.lang.Object source)