public interface ActivationManagerProvider extends Service, ActivationManagerTypes
Activation tracking/management service.
An activation describes a method invocation in the runtime.
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
void |
cancel(String activationId,
AsyncContext<Void> asyncContext)
Asks for cancellation of a running activation.
|
void cancel(String activationId, AsyncContext<Void> asyncContext)
Operation Errors:
NotFound - there is no activation with the specified id
activationId - activation identifierasyncContext - Handle to report the progress, result or error of the operation invocation.Copyright © 2023. All rights reserved.