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.
source
Constructor and Description |
---|
SubscriptionInitializedEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
SpringTopicSubscription |
getSource() |
toString
public SubscriptionInitializedEvent(Object source)
public SpringTopicSubscription getSource()
getSource
in class EventObject
Copyright © 2022. All rights reserved.