Interface MtAsyncSubscribeEventContext

All Superinterfaces:
EventContext

@Deprecated public interface MtAsyncSubscribeEventContext extends EventContext
  • Method Details

    • create

      Deprecated.
      Creates an EventContext already overlayed with this interface. The event is set to be MtSubscriptionService.EVENT_ASYNC_SUBSCRIBE
      Returns:
      the MtAsyncSubscribeEventContext
    • getService

      MtSubscriptionService getService()
      Deprecated.
      Specified by:
      getService in interface EventContext
    • getSubscriptionPayload

      com.sap.cloud.mt.subscription.json.SubscriptionPayload getSubscriptionPayload()
      Deprecated.
      Returns:
      the payload to subscribe the tenant
    • setSubscriptionPayload

      void setSubscriptionPayload(com.sap.cloud.mt.subscription.json.SubscriptionPayload payload)
      Deprecated.
      Parameters:
      payload - the information to subscribe the tenant
    • getTenantId

      String getTenantId()
      Deprecated.
      Returns:
      the tenant ID to subscribe
    • setTenantId

      void setTenantId(String tenantId)
      Deprecated.
      Parameters:
      tenantId - the tenant ID to subscribe
    • getSaasRegistryCallbackUrl

      String getSaasRegistryCallbackUrl()
      Deprecated.
      Returns:
      the callback URL of the SaaS Registry
    • setSaasRegistryCallbackUrl

      void setSaasRegistryCallbackUrl(String url)
      Deprecated.
      Parameters:
      url - the callback URL of the SaaS Registry
    • getResult

      String getResult()
      Deprecated.
      Returns:
      the callback URL of the SaaS Registry
    • setResult

      void setResult(String url)
      Deprecated.
      Parameters:
      url - the callback URL of the SaaS Registry
    • getInstanceCreationOptions

      com.sap.xsa.core.instancemanager.client.InstanceCreationOptions getInstanceCreationOptions()
      Deprecated.
      Returns:
      the options when creating a new Database instance
    • setInstanceCreationOptions

      void setInstanceCreationOptions(com.sap.xsa.core.instancemanager.client.InstanceCreationOptions options)
      Deprecated.
      Parameters:
      options - the options when creating a new Database instance