Class SubscriptionInitializedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.camunda.bpm.client.spring.event.SubscriptionInitializedEvent
- All Implemented Interfaces:
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
SubscriptionInitializedEvent
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-