Click or drag to resize
Akka.NETActorProducerPipeline Constructor
TBD

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

Parameters

log
Type: SystemLazyILoggingAdapter
TBD
plugins
Type: System.Collections.GenericIEnumerableIActorProducerPlugin
TBD
See Also