public interface IFeedbackMessageFilter extends IClusterable
| Modifier and Type | Field and Description |
|---|---|
static IFeedbackMessageFilter |
ALL
Filter that returns simply all available messages.
|
static IFeedbackMessageFilter |
NONE
Filter that does not match any message
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(FeedbackMessage message) |
static final IFeedbackMessageFilter ALL
static final IFeedbackMessageFilter NONE
boolean accept(FeedbackMessage message)
message - The message to test for inclusionCopyright © 2006–2021 Apache Software Foundation. All rights reserved.