Click or drag to resize
Akka.NETMultiNodeConfig Properties

The MultiNodeConfig type exposes the following members.

Properties
  NameDescription
Public propertyCommonConfig
Register a common base config for all test participants, if so desired.
Public propertyMyself
Public propertyTestTransport
To be able to use `blackhole`, `passThrough`, and `throttle` you must activate the failure injector and throttler transport adapters by specifying `testTransport(on = true)` in your MultiNodeConfig.
Top
See Also