The call signature. Returns an AsyncAction with this action creator's {@link AsyncActionMeta}.
Function that returns true iff the given action matches all properties of this action creator's {@link AsyncActionMeta}. In practice, this can be used to detect actions dispatched for this specific operation and lifecycle event.
Metadata for the owning AsyncLifecycle.
Full type constant for actions created by this function, e.g. stately-asnc/myFunction/call
.
Generated using TypeDoc
Factory that creates AsyncAction payload envelopes, preconfigured for a specific AsyncOperation, AsyncLifecycle instance, and AsyncPhase.