Class MtDeploymentServiceHandler

java.lang.Object
com.sap.cds.services.mt.impl.MtDeploymentServiceHandler
All Implemented Interfaces:
EventHandler
Direct Known Subclasses:
MtSubscriptionServiceCompatibilityHandler

public class MtDeploymentServiceHandler extends Object implements EventHandler
The default handler for subscription events.
  • Field Details

    • mapper

      protected static final com.fasterxml.jackson.databind.ObjectMapper mapper
    • subscriber

      protected final com.sap.cloud.mt.subscription.Subscriber subscriber
      The subscriber that performs the actual tenant onboarding
    • options

      protected final ThreadLocal<com.sap.xsa.core.instancemanager.client.InstanceCreationOptions> options
      Thread local used to pass the instance manager options to the mt lib
  • Constructor Details

    • MtDeploymentServiceHandler

      public MtDeploymentServiceHandler(com.sap.cloud.mt.subscription.InstanceLifecycleManager instanceLifecycleManager, CdsRuntime runtime)
  • Method Details