Class DeployEventSubscription

java.lang.Object
com.zb.mom.ww.mxgateway.client.DeployEventSubscription
All Implemented Interfaces:
AutoCloseable

public final class DeployEventSubscription extends Object
Cancellable handle returned by the async watchDeployEvents variant. Mirrors MxGatewayEventSubscription but for the Galaxy Repository deploy-event stream.

All lifecycle / cancellation behaviour is inherited from MxGatewayStreamSubscription (Client.Java-036).

  • Constructor Details

    • DeployEventSubscription

      public DeployEventSubscription()
  • Method Details

    • cancel

      public final void cancel()
      Cancels the underlying gRPC call. Safe to invoke before the call has started; cancellation is recorded and applied as soon as the stream attaches.
    • close

      public final void close()
      Specified by:
      close in interface AutoCloseable