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 SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
SubscriptionInitializedEvent
 
- 
- 
Method Details- 
getSource- Overrides:
- getSourcein class- EventObject
 
 
-