@sqlrooms/room-store / RoomCommandMiddleware
Type Alias: RoomCommandMiddleware()<RS>
RoomCommandMiddleware<
RS> = (command,input,context,next) =>RoomCommandExecuteOutput|Promise<RoomCommandExecuteOutput>
Type Parameters
| Type Parameter | Default type |
|---|---|
RS extends BaseRoomStoreState | BaseRoomStoreState |
Parameters
| Parameter | Type |
|---|---|
command | RegisteredRoomCommand<RS> |
input | unknown |
context | RoomCommandExecutionContext<RS> |
next | RoomCommandMiddlewareNext |
Returns
RoomCommandExecuteOutput | Promise<RoomCommandExecuteOutput>
