public interface OperationMessageHandler
| Modifier and Type | Field and Description |
|---|---|
static OperationMessageHandler |
DISCARD
A noop operation message handler, which discards all received messages.
|
static OperationMessageHandler |
logging
An operation message handler which logs to the current system log.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleReport(MessageSeverity severity,
String message)
Handle an operation progress report.
|
static final OperationMessageHandler logging
static final OperationMessageHandler DISCARD
void handleReport(MessageSeverity severity, String message)
severity - the severity of the messagemessage - the messageCopyright © 2017 JBoss by Red Hat. All rights reserved.