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