ReactiveActionSource
Duck-type for objects that build a ReactiveActionStore on demand via a zero-argument
reactiveStore() method. Satisfied by PendingRpcRequest<T>. The [] argument tuple is
intentional — the operation's arguments are already baked into the pending request, so each
dispatch() re-fires the same call.
Example
See
Type Parameters
| Type Parameter | Description |
|---|---|
T | The value type resolved by the wrapped operation. |
Methods
reactiveStore()
Returns
ReactiveActionStore<[], T>