public static interface ServerAdmin.ConsoleHandler
Modifier and Type | Method and Description |
---|---|
void |
messageReceived(IConsoleLine line)
Method to receive the console line with text and meta data like the pid/tid/executable
name
|
boolean |
shouldStop()
Method is called by
ServerAdmin.openServerConsole(String, ConsoleHandler)
to check if we should stop listening for console messages. |
boolean shouldStop()
ServerAdmin.openServerConsole(String, ConsoleHandler)
to check if we should stop listening for console messages.void messageReceived(IConsoleLine line)
line
- console lineCopyright © 2019–2021 HCL. All rights reserved.