public class MessageService extends Object
The MAX_COUNT specifies the maximum count of messages stored in one message log.
| Constructor and Description |
|---|
MessageService() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMessages(String topic) |
void |
logMessage(String topic,
String message)
logs a new message into the message log
|
String |
userFriendlyBytes(long bytes)
Computes the file size into a user friendly format
|
Copyright © 2016–2019 Imixs Software Solutions GmbH. All rights reserved.