Interface MtAsyncDeployStatusEventContext

All Superinterfaces:
EventContext

@Deprecated public interface MtAsyncDeployStatusEventContext extends EventContext
  • Method Details

    • create

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

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

      String getJobId()
      Deprecated.
      Returns:
      the jobId which is returned from the Sidecar
    • setJobId

      void setJobId(String jobId)
      Deprecated.
      Parameters:
      jobId - which is returned from the Sidecar
    • getAuthorizationHeader

      String getAuthorizationHeader()
      Deprecated.
      Returns:
      the header containing the OAuth2 authorization token
    • setAuthorizationHeader

      void setAuthorizationHeader(String authorizationHeader)
      Deprecated.
      Parameters:
      authorizationHeader - the header containing the OAuth2 authorization token
    • getResult

      String getResult()
      Deprecated.
      Returns:
      jobId which is returned from the Sidecar
    • setResult

      void setResult(String jobId)
      Deprecated.
      Parameters:
      jobId - which is returned from the Sidecar