Class IncludeTypeFilterRule<T>
Includes all messages that satisfy the type constraint.
Implements
Inherited Members
Namespace: Phobos.Actor.Configuration
Assembly: Phobos.Actor.dll
Syntax
public sealed class IncludeTypeFilterRule<T> : IFilterRule
Type Parameters
| Name | Description |
|---|---|
| T | All messages must be or implement this type to be included. |
Methods
Include(object, bool)
Declaration
public FilterDecision Include(object msg, bool alreadyInTrace)
Parameters
| Type | Name | Description |
|---|---|---|
| object | msg | |
| bool | alreadyInTrace |
Returns
| Type | Description |
|---|---|
| FilterDecision |