| ActorSubscriptionCreateT Method |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static IActorSubscription Create<T>(
IActorRef implementor,
ISubscriber<T> subscriber
)
static member Create :
implementor : IActorRef *
subscriber : ISubscriber<'T> -> IActorSubscription
Parameters
- implementor
- Type: Akka.ActorIActorRef
TBD - subscriber
- Type: ISubscriberT
TBD
Type Parameters
- T
- TBD
Return Value
Type:
IActorSubscriptionTBD
See Also