public class NoFilter extends Object implements EventFilter
| Constructor and Description |
|---|
NoFilter() |
| 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.
|
public boolean accept(Class<?> payloadType)
accept in interface EventFilterpayloadType - The actual type of payload in the event.true if this event should be forwarded, false otherwise.Copyright © 2010–2016. All rights reserved.