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: