Class ExcludeAkkaPersistenceFilterRule
When phobos.tracing.trace-akka-persistence = off
this rule is automatically included
to filter out all messages originating from the Akka.Persistence namespace across all actors.
Inheritance
System.Object
ExcludeAkkaPersistenceFilterRule
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phobos.Actor.Configuration
Assembly: Phobos.Actor.dll
Syntax
public sealed class ExcludeAkkaPersistenceFilterRule : IFilterRule
Fields
Instance
Declaration
public static readonly ExcludeAkkaPersistenceFilterRule Instance
Field Value
Type | Description |
---|---|
ExcludeAkkaPersistenceFilterRule |
Methods
Include(Object, Boolean)
Declaration
public FilterDecision Include(object msg, bool alreadyInTrace)
Parameters
Type | Name | Description |
---|---|---|
System.Object | msg | |
System.Boolean | alreadyInTrace |
Returns
Type | Description |
---|---|
FilterDecision |