Skip to content

@sqlrooms/room-store / RoomCommandMiddleware

Type Alias: RoomCommandMiddleware<RS>

RoomCommandMiddleware<RS> = (command, input, context, next) => RoomCommandExecuteOutput | Promise<RoomCommandExecuteOutput>

Type Parameters

Type ParameterDefault type
RS extends BaseRoomStoreStateBaseRoomStoreState

Parameters

ParameterType
commandRegisteredRoomCommand<RS>
inputunknown
contextRoomCommandExecutionContext<RS>
nextRoomCommandMiddlewareNext

Returns

RoomCommandExecuteOutput | Promise<RoomCommandExecuteOutput>