Click or drag to resize
ActorProducerPipeline Constructor
Initializes a new instance of the ActorProducerPipeline class

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ActorProducerPipeline(
	Lazy<LoggingAdapter> log,
	IEnumerable<IActorProducerPlugin> plugins
)

Parameters

log
Type: SystemLazyLoggingAdapter

[Missing <param name="log"/> documentation for "M:Akka.Actor.ActorProducerPipeline.#ctor(System.Lazy{Akka.Event.LoggingAdapter},System.Collections.Generic.IEnumerable{Akka.Actor.IActorProducerPlugin})"]

plugins
Type: System.Collections.GenericIEnumerableIActorProducerPlugin

[Missing <param name="plugins"/> documentation for "M:Akka.Actor.ActorProducerPipeline.#ctor(System.Lazy{Akka.Event.LoggingAdapter},System.Collections.Generic.IEnumerable{Akka.Actor.IActorProducerPlugin})"]

See Also