public interface DebugMessageProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
disable()
Disable the message processor.
|
void |
enable()
Enable the message processor.
|
void |
processMessages(ByteArrayOutputStream output)
Process the messages in the provided byte array output stream.
|
void processMessages(ByteArrayOutputStream output)
output - the output stream that contains the messagesvoid disable()
void enable()
Copyright © 2023. All rights reserved.