public interface MessagePersister
Modifier and Type | Method and Description |
---|---|
int |
persistMessages(List<String> messages)
Given a list of messages, persist them out through whatever appropriate
broadcast mechanism (HTTP request, SLF4J log, etc.).
|
int persistMessages(List<String> messages)
messages
- List of String messagesCopyright © 2018 The Apache Software Foundation. All rights reserved.