Interface | Description |
---|---|
IAction |
Actions are the lightweight alternative to platform components (see
IComponent ). |
IActionAdaptor |
This interface will provide a way to create an adaptor between
IAction and
any orchestration tool like for example Mesos or Kubernetes etc. |
IActionInvoker |
The purpose of this interface is to provide functionality needed to invoke an
IAction instance in a
generic fashion. |
IActionInvokeStatus |
An API for the object representation of action invocation status, allows us to pass back status
of action invocation, whether any exceptions occurred during invocation and whether the action
needs to be retired.
|
IDefinitionAwareAction |
Makes an Action privy to certain details about the action definition that is responsible for executing it.
|
ILoggingAction |
The interface for an Action that wants to be provided with a logger.
|
IPostProcessingAction |
The interface for Actions that allows caller get information from Action
|
IPreProcessingAction |
Allows an Action to do some preliminary work prior to execution.
|
ISessionAwareAction |
The interface for an Action that wants to be provided with a session.
|
IStreamingAction |
The interface for Actions that want to stream content to the caller.
|
IStreamProcessingAction |
The interface for Actions that want to process the contents of a stream provided by the caller.
|
IVarArgsAction |
Allows an Action to accept inputs from the action sequence that are unspecified by the Action itself.
|
IWorkerNodeCredential |
Interface that provide the access to user credentials
|
Exception | Description |
---|---|
ActionInvocationException |
An exception thrown when the invocation of
IAction fails. |
ActionPreProcessingException |
Copyright © 2020 Hitachi Vantara. All rights reserved.