Package com.sap.cds.services.mt
Interface MtAsyncUnsubscribeFinishedEventContext
- All Superinterfaces:
EventContext
Deprecated.
The
EventContext used for the MtSubscriptionService.EVENT_ASYNC_UNSUBSCRIBE_FINISHED event.-
Method Summary
Modifier and TypeMethodDescriptioncreate()Deprecated.Creates anEventContextalready overlayed with this interface.com.sap.cloud.mt.subscription.json.SidecarUnSubscribeCallBackPayloadDeprecated.Deprecated.voidsetCallbackPayload(com.sap.cloud.mt.subscription.json.SidecarUnSubscribeCallBackPayload payload) Deprecated.Methods inherited from interface com.sap.cds.services.EventContext
as, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, proceed, put, setCompleted
-
Method Details
-
create
Deprecated.Creates anEventContextalready overlayed with this interface. The event is set to beMtSubscriptionService.EVENT_ASYNC_UNSUBSCRIBE_FINISHED- Returns:
- the
MtAsyncUnsubscribeFinishedEventContext
-
getService
MtSubscriptionService getService()Deprecated.- Specified by:
getServicein interfaceEventContext
-
getCallbackPayload
com.sap.cloud.mt.subscription.json.SidecarUnSubscribeCallBackPayload getCallbackPayload()Deprecated.- Returns:
- The payload contains information if the sidecar unsubscribed the tenant
-
setCallbackPayload
void setCallbackPayload(com.sap.cloud.mt.subscription.json.SidecarUnSubscribeCallBackPayload payload) Deprecated.- Parameters:
payload- contains information if the sidecar unsubscribed the tenant
-
DeploymentService.unsubscribe(String, java.util.Map)andUnsubscribeEventContextinstead.