Skip to content

Phobos.Actor.Common v1.1.0 Stable Release

Compare
Choose a tag to compare
@Aaronontheweb Aaronontheweb released this 07 Jan 04:11
· 20 commits to dev since this release
06af023

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.