Preparing search index...
The search index is not available
mithic - v0.3.0
mithic
@mithic/messaging
SubscriptionFactory
Type alias SubscriptionFactory<Msg, Args, HandlerOpts>
Subscription
Factory
<
Msg
,
Args
,
HandlerOpts
>
:
(
new
(
...
args
)
=>
MessageSubscription
<
Msg
,
HandlerOpts
>
)
Type Parameters
Msg
Args
extends
unknown
[]
HandlerOpts
=
object
Type declaration
new
(
...
args
)
:
MessageSubscription
<
Msg
,
HandlerOpts
>
Factory to create a
MessageSubscription
.
Parameters
Rest
...
args
:
Args
Returns
MessageSubscription
<
Msg
,
HandlerOpts
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
mithic - v0.3.0
@mithic/collections - v0.3.0
@mithic/commons - v0.3.0
@mithic/cqrs - v0.3.0
@mithic/crdt - v0.3.0
@mithic/jsonr - v0.3.0
@mithic/messaging - v0.3.0
@mithic/denokv - v0.3.0
@mithic/ipfs - v0.3.0
@mithic/level - v0.3.0
@mithic/redis - v0.3.0
Generated using
TypeDoc
Factory to create a MessageSubscription.