Interface IPhobosActorRefProvider
Interface that is used to expose PhobosSettings
to other parts of the Phobos runtime.
Assembly: Phobos.Actor.dll
Syntax
public interface IPhobosActorRefProvider
Properties
Filtering
Declaration
FilteringEngine Filtering { get; }
Property Value
Type |
Description |
Phobos.Actor.Instrumentation.FilteringEngine |
|
PhobosDeployer
Declaration
PhobosDeployer PhobosDeployer { get; }
Property Value
Type |
Description |
Phobos.Actor.Impl.PhobosDeployer |
|
PhobosSettings
Declaration
PhobosSettings PhobosSettings { get; }
Property Value