Class ActorSubscriptionWithCursor<TIn>
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public class ActorSubscriptionWithCursor<TIn> : ActorSubscription<TIn>, IActorSubscription, ISubscription, ICursor
Type Parameters
| Name | Description |
|---|---|
| TIn | TBD |
Constructors
| Edit this page View SourceActorSubscriptionWithCursor(IActorRef, ISubscriber<TIn>)
TBD
Declaration
public ActorSubscriptionWithCursor(IActorRef implementor, ISubscriber<TIn> subscriber)
Parameters
| Type | Name | Description |
|---|---|---|
| IActorRef | implementor | TBD |
| ISubscriber<TIn> | subscriber | TBD |
Properties
| Edit this page View SourceCursor
TBD
Declaration
public long Cursor { get; }
Property Value
| Type | Description |
|---|---|
| long |
IsActive
TBD
Declaration
public bool IsActive { get; }
Property Value
| Type | Description |
|---|---|
| bool |
TotalDemand
TBD
Declaration
public long TotalDemand { get; }
Property Value
| Type | Description |
|---|---|
| long |
Methods
| Edit this page View SourceDispatch(object)
TBD
Declaration
public void Dispatch(object element)
Parameters
| Type | Name | Description |
|---|---|---|
| object | element | TBD |
Dispatch(TIn)
TBD
Declaration
public void Dispatch(TIn element)
Parameters
| Type | Name | Description |
|---|---|---|
| TIn | element | TBD |
Implements
Reactive.Streams.ISubscription
Edit this page