Interface SubscribeExit
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidonAfterAsyncSubscribe(String tenantId, SubscriptionPayload subscriptionPayload, boolean wasSuccessful) Deprecated, for removal: This API element is subject to removal in a future version.default voidonAfterSubscribe(String tenantId, SubscriptionPayload subscriptionPayload, boolean wasSuccessful) Deprecated, for removal: This API element is subject to removal in a future version.default InstanceCreationOptionsonBeforeAsyncSubscribe(String tenantId, SubscriptionPayload subscriptionPayload) Deprecated, for removal: This API element is subject to removal in a future version.default InstanceCreationOptionsonBeforeSubscribe(String tenantId, SubscriptionPayload subscriptionPayload) Deprecated, for removal: This API element is subject to removal in a future version.default URLuiURL()Deprecated, for removal: This API element is subject to removal in a future version.default URLuiURL(SubscriptionPayload subscriptionPayload) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
onBeforeSubscribe
default InstanceCreationOptions onBeforeSubscribe(String tenantId, SubscriptionPayload subscriptionPayload) throws InternalError Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
InternalError
-
onBeforeAsyncSubscribe
default InstanceCreationOptions onBeforeAsyncSubscribe(String tenantId, SubscriptionPayload subscriptionPayload) throws InternalError Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
InternalError
-
onAfterSubscribe
default void onAfterSubscribe(String tenantId, SubscriptionPayload subscriptionPayload, boolean wasSuccessful) Deprecated, for removal: This API element is subject to removal in a future version. -
onAfterAsyncSubscribe
default void onAfterAsyncSubscribe(String tenantId, SubscriptionPayload subscriptionPayload, boolean wasSuccessful) Deprecated, for removal: This API element is subject to removal in a future version. -
uiURL
Deprecated, for removal: This API element is subject to removal in a future version. -
uiURL
Deprecated, for removal: This API element is subject to removal in a future version.
-