Phobos.Actor.Common v1.1.0 Stable Release
1.1.0 January 06 2020
Introduced the following interfaces:
IWithTrace
- explicitly adds tracing support to a message, actor, etc.IWithMonitor
- explicitly adds monitoring support to a message, actor, etc.INeverInstrumented
- permanently disables tracing and monitoring support for any actors marked with this interface and cannot be overridden by configuration.IInstrumented
- explicitly enables both tracing and monitoring support for this object.