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