public interface ActivationManagerSyncProvider 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,
InvocationContext invocationContext)
Asks for cancellation of a running activation.
|
void cancel(String activationId, InvocationContext invocationContext)
activationId - activation identifierinvocationConfig - Configuration for the method invocation.NotFound - there is no activation with the specified idCopyright © 2022. All rights reserved.