Class ConsumerController
Inherited Members
Namespace: Akka.Delivery
Assembly: Akka.dll
Syntax
public static class ConsumerController
Methods
| Edit this page View SourceCreate<T>(IActorRefFactory, Option<IActorRef>, Settings?)
Declaration
public static Props Create<T>(IActorRefFactory actorRefFactory, Option<IActorRef> producerControllerReference, ConsumerController.Settings? settings = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IActorRefFactory | actorRefFactory | |
| Option<IActorRef> | producerControllerReference | |
| ConsumerController.Settings | settings |
Returns
| Type | Description |
|---|---|
| Props |
Type Parameters
| Name | Description |
|---|---|
| T |
Edit this page