Function applySubscribeMiddleware
- applySubscribeMiddleware<State, Msg, HandlerOpts, T>(Subscription, provider, ...middlewares): {
prototype: __type<any, any, any, any>;
new (...args): __type<State, Msg, HandlerOpts, T>;
} & T Type Parameters
State
Msg
HandlerOpts extends object
Returns {
prototype: __type<any, any, any, any>;
new (...args): __type<State, Msg, HandlerOpts, T>;
} & T
Apply middlewares to a MessageSubscription.