Class PhobosSetup
ActorSystemSetup class used to power Phobos metrics and tracing.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.Finalize()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phobos.Actor
Assembly: Phobos.Actor.dll
Syntax
public sealed class PhobosSetup : Setup
Remarks
The constructor is internal. Call the factory method Create(PhobosConfigBuilder) to instantiate PhobosSetup.
Properties
FilteringSettings
Declaration
public TraceFilteringSettings FilteringSettings { get; }
Property Value
Type | Description |
---|---|
TraceFilteringSettings |
Methods
Create(PhobosConfigBuilder)
Creates a new instance of the PhobosSetup using a PhobosConfigBuilder.
Declaration
public static ActorSystemSetup Create(PhobosConfigBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
PhobosConfigBuilder | builder | Builder class for programmatically configuring tracers and metrics. |
Returns
Type | Description |
---|---|
ActorSystemSetup | A new ActorSystemSetup instance, which can be combined with types such as BootstrapSetup to configure an ActorSystem. |