Interface UnSubscribeExit
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidonAfterAsyncUnsubscribe(String tenantId, DeletePayload deletePayload) Deprecated, for removal: This API element is subject to removal in a future version.default voidonAfterUnsubscribe(String tenantId, DeletePayload deletePayload) Deprecated, for removal: This API element is subject to removal in a future version.default BooleanonBeforeAsyncUnsubscribe(String tenantId, DeletePayload deletePayload) Deprecated, for removal: This API element is subject to removal in a future version.default BooleanonBeforeUnsubscribe(String tenantId, DeletePayload deletePayload) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
onBeforeUnsubscribe
Deprecated, for removal: This API element is subject to removal in a future version. -
onBeforeAsyncUnsubscribe
Deprecated, for removal: This API element is subject to removal in a future version. -
onAfterUnsubscribe
Deprecated, for removal: This API element is subject to removal in a future version. -
onAfterAsyncUnsubscribe
Deprecated, for removal: This API element is subject to removal in a future version.
-