MessageFilter
A predicate for filtering messages in FilterMessagesPreProcessor.
This is a functional interface so it can be used as a SAM type from Java:
config.filterMessages(message -> message.getContent().length() <= 100);Content copied to clipboard