public interface EventFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Class<?> payloadType)
Whether or not this filter allows an event of the given type to pass through or not.
|
boolean accept(Class<?> payloadType)
payloadType - The actual type of payload in the event.true if this event should be forwarded, false otherwise.Copyright © 2010–2016. All rights reserved.