Package com.zb.mom.ww.mxgateway.client
Class DeployEventSubscription
java.lang.Object
com.zb.mom.ww.mxgateway.client.DeployEventSubscription
- All Implemented Interfaces:
AutoCloseable
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 Summary
Constructors -
Method Summary
-
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:
closein interfaceAutoCloseable
-