Class ConsumerController.RegisterToProducerController<T>
Instructs the Akka.Delivery.Internal.ConsumerController`1 to register itself with the Akka.Delivery.Internal.ProducerController`1.
Inheritance
ConsumerController.RegisterToProducerController<T>
Assembly: Akka.dll
Syntax
public sealed class RegisterToProducerController<T> : ConsumerController.IConsumerCommand<T>
Type Parameters
Constructors
|
Improve this Doc
View Source
RegisterToProducerController(IActorRef)
Declaration
public RegisterToProducerController(IActorRef producerController)
Parameters
Type |
Name |
Description |
IActorRef |
producerController |
|
Properties
|
Improve this Doc
View Source
ProducerController
Declaration
public IActorRef ProducerController { get; }
Property Value
Implements
Extension Methods