public final class DeadLettersFilter extends EventFilter implements scala.Product, scala.Serializable
Constructor and Description |
---|
DeadLettersFilter(java.lang.Class<?> messageClass,
int occurrences) |
Modifier and Type | Method and Description |
---|---|
static <T> DeadLettersFilter |
apply(scala.reflect.ClassTag<T> t) |
boolean |
matches(akka.event.Logging.LogEvent event)
This method decides whether to filter the event (
true ) or not
(false ). |
java.lang.Class<?> |
messageClass() |
apply, assertDone, awaitDone, complete, custom, debug, doMatch, error, info, intercept, message, source, warning
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DeadLettersFilter(java.lang.Class<?> messageClass, int occurrences)
public static <T> DeadLettersFilter apply(scala.reflect.ClassTag<T> t)
public java.lang.Class<?> messageClass()
public boolean matches(akka.event.Logging.LogEvent event)
EventFilter
true
) or not
(false
).matches
in class EventFilter
event
- (undocumented)