| Package | Description |
|---|---|
| net.openhft.chronicle.core.shutdown |
Provides classes and interfaces for handling shutdown procedures in a controlled manner.
|
| Modifier and Type | Method and Description |
|---|---|
static <H extends Hooklet> |
PriorityHook.addAndGet(H hooklet)
Add a custom shutdown hook.
|
| Modifier and Type | Method and Description |
|---|---|
static Hooklet |
Hooklet.of(int priority,
Runnable hook)
Accepts callback and priority to produce shutdown hook object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Hooklet.compareTo(@NotNull Hooklet other) |
Copyright © 2024. All rights reserved.