public interface MtAsyncUnsubscribeFinishedEventContext
extends com.sap.cds.services.EventContext
EventContext
used for the MtSubscriptionService.EVENT_ASYNC_UNSUBSCRIBE_FINISHED
event.Modifier and Type | Method and Description |
---|---|
static MtAsyncUnsubscribeFinishedEventContext |
create()
Creates an
EventContext already overlayed with this interface. |
com.sap.cloud.mt.subscription.json.SidecarUnSubscribeCallBackPayload |
getCallbackPayload() |
MtSubscriptionService |
getService() |
void |
setCallbackPayload(com.sap.cloud.mt.subscription.json.SidecarUnSubscribeCallBackPayload payload) |
static MtAsyncUnsubscribeFinishedEventContext create()
EventContext
already overlayed with this interface. The event is set to be
MtSubscriptionService.EVENT_ASYNC_UNSUBSCRIBE_FINISHED
MtAsyncUnsubscribeFinishedEventContext
MtSubscriptionService getService()
getService
in interface com.sap.cds.services.EventContext
com.sap.cloud.mt.subscription.json.SidecarUnSubscribeCallBackPayload getCallbackPayload()
void setCallbackPayload(com.sap.cloud.mt.subscription.json.SidecarUnSubscribeCallBackPayload payload)
payload
- contains information if the sidecar unsubscribed the tenantCopyright © 2021. All rights reserved.