Class ConsumerController.Start<T>
Used to signal to the ConsumerController that we're ready to start message production.
Inheritance
ConsumerController.Start<T>
Assembly: Akka.dll
Syntax
public sealed class Start<T> : ConsumerController.IConsumerCommand<T>
Type Parameters
Constructors
|
Improve this Doc
View Source
Start(IActorRef)
Declaration
public Start(IActorRef deliverTo)
Parameters
Properties
|
Improve this Doc
View Source
DeliverTo
Declaration
public IActorRef DeliverTo { get; }
Property Value
Implements
Extension Methods