Protected InternalInternal method that must be implemented by derived action classes. This is where the actual action logic should be implemented.
The action execution parameters including typed context
Promise resolving to the action result
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
This class provides a simple wrapper of the most basic feature in the MJ Communication Framework, sending a single message. This class takes in a set of parameters and uses the MJ Communication Framework to send a single message to a single recipient.
Params: