Package com.sap.cds.services.mt
Interface MtSubscriptionService
- All Superinterfaces:
Service
- All Known Implementing Classes:
MtSubscriptionServiceImpl
Deprecated.
Service for the subscription events.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionasyncDeploy(com.sap.cloud.mt.subscription.json.SidecarUpgradePayload payload) Deprecated.asyncDeploy(com.sap.cloud.mt.subscription.json.SidecarUpgradePayload payload, String authorizationHeader) Deprecated.asyncDeployStatus(String jobId) Deprecated.asyncDeployStatus(String jobId, String authorizationHeader) Deprecated.asyncSubscribe(com.sap.cloud.mt.subscription.json.SubscriptionPayload payload, String tenantId, String callbackUrl) Deprecated.UseDeploymentService.subscribe(String, java.util.Map)instead.voidasyncUnsubscribe(com.sap.cloud.mt.subscription.json.DeletePayload payload, String tenantId, String callbackUrl) Deprecated.UseDeploymentService.unsubscribe(String, java.util.Map)instead.voiddeploy(com.sap.cloud.mt.subscription.json.SidecarUpgradePayload payload) Deprecated.voidfinishAsyncSubscribe(com.sap.cloud.mt.subscription.json.SidecarSubscribeCallBackPayload payload) Deprecated.UseDeploymentService.subscribe(String, java.util.Map)instead.voidfinishAsyncUnsubscribe(com.sap.cloud.mt.subscription.json.SidecarUnSubscribeCallBackPayload payload) Deprecated.UseDeploymentService.unsubscribe(String, java.util.Map)instead.List<com.sap.cloud.mt.subscription.json.ApplicationDependency>Deprecated.UseDeploymentService.dependencies()instead.Deprecated.UseDeploymentService.subscribe(String, java.util.Map)instead.voidunsubscribe(com.sap.cloud.mt.subscription.json.DeletePayload payload, String tenantId) Deprecated.UseDeploymentService.unsubscribe(String, java.util.Map)instead.
-
Field Details
-
DEFAULT_NAME
Deprecated.- See Also:
-
EVENT_GET_DEPENDENCIES
Deprecated.- See Also:
-
EVENT_SUBSCRIBE
Deprecated.- See Also:
-
EVENT_ASYNC_SUBSCRIBE
Deprecated.- See Also:
-
EVENT_ASYNC_SUBSCRIBE_FINISHED
Deprecated.- See Also:
-
EVENT_UNSUBSCRIBE
Deprecated.- See Also:
-
EVENT_ASYNC_UNSUBSCRIBE
Deprecated.- See Also:
-
EVENT_ASYNC_UNSUBSCRIBE_FINISHED
Deprecated.- See Also:
-
EVENT_DEPLOY
Deprecated.- See Also:
-
EVENT_ASYNC_DEPLOY
Deprecated.- See Also:
-
EVENT_ASYNC_DEPLOY_STATUS
Deprecated.- See Also:
-
-
Method Details
-
getDependencies
List<com.sap.cloud.mt.subscription.json.ApplicationDependency> getDependencies()Deprecated.UseDeploymentService.dependencies()instead. -
subscribe
Deprecated.UseDeploymentService.subscribe(String, java.util.Map)instead. -
asyncSubscribe
String asyncSubscribe(com.sap.cloud.mt.subscription.json.SubscriptionPayload payload, String tenantId, String callbackUrl) Deprecated.UseDeploymentService.subscribe(String, java.util.Map)instead. -
finishAsyncSubscribe
void finishAsyncSubscribe(com.sap.cloud.mt.subscription.json.SidecarSubscribeCallBackPayload payload) Deprecated.UseDeploymentService.subscribe(String, java.util.Map)instead. -
unsubscribe
Deprecated.UseDeploymentService.unsubscribe(String, java.util.Map)instead. -
asyncUnsubscribe
void asyncUnsubscribe(com.sap.cloud.mt.subscription.json.DeletePayload payload, String tenantId, String callbackUrl) Deprecated.UseDeploymentService.unsubscribe(String, java.util.Map)instead. -
finishAsyncUnsubscribe
void finishAsyncUnsubscribe(com.sap.cloud.mt.subscription.json.SidecarUnSubscribeCallBackPayload payload) Deprecated.UseDeploymentService.unsubscribe(String, java.util.Map)instead. -
deploy
void deploy(com.sap.cloud.mt.subscription.json.SidecarUpgradePayload payload) Deprecated. -
asyncDeploy
Deprecated. -
asyncDeploy
String asyncDeploy(com.sap.cloud.mt.subscription.json.SidecarUpgradePayload payload, String authorizationHeader) Deprecated. -
asyncDeployStatus
Deprecated. -
asyncDeployStatus
Deprecated.
-
DeploymentServiceinstead.