Enum LogFilterDecision
Namespace: Akka.Event
Assembly: Akka.dll
Syntax
public enum LogFilterDecision
Fields
| Name | Description |
|---|---|
| Drop | |
| Keep | |
| NoDecision | If we're asked to evaluate a filter and we don't have enough information to make a decision. For instance: a Source stage gets asked to evaluate a message body. |
Edit this page