The actor type, defaulting to BaseActor.
A specific method name of the actor.
The per-method state object, keyed by the method name.
The data returned from the actor method call, if available.
Flag indicating whether the actor method is in progress.
Error thrown during the actor method invocation, if any.
Interface representing the state of each actor method.