| Package | Description |
|---|---|
| io.greptime.common.signal |
| Modifier and Type | Method and Description |
|---|---|
default Signal |
SignalHandler.signal()
The type of signal will be handled.
|
static Signal |
Signal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Signal[] |
Signal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SignalHelper.addSignal(Signal signal,
List<SignalHandler> handlers)
Registers user signal handlers.
|
Copyright © 2023. All rights reserved.