Click or drag to resize
Akka.NETTailChoppingPool Constructor
Overload List
  NameDescription
Public methodTailChoppingPool(Config)
Initializes a new instance of the TailChoppingPool class.
Note Note
'nr-of-instances', 'within', and 'tail-chopping-router.interval' must be defined in the provided configuration.
Public methodTailChoppingPool(Int32, TimeSpan, TimeSpan)
Initializes a new instance of the TailChoppingPool class.
Public methodTailChoppingPool(Int32, Resizer, SupervisorStrategy, String, TimeSpan, TimeSpan, Boolean)
Initializes a new instance of the TailChoppingPool class.
Top
See Also