-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
User Story
As a user, I want to know if a topic subscription has been initialized to programmatically interact safely with SpringTopicSubscription.
Functional Requirements
- Topic subscriptions are exposed via bean. However, the existence of a subscription bean does not mean, that the topic is already registered in the External Task Client
- As a user, I can subscribe to an event that is fired as soon as the subscription is safe to interact with
Technical Requirements
Emit SubscriptionInitializedEvent which extends ApplicationEvent as soon as subscription is ready to be opened or already opened.