public interface NotificationOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NotificationOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NotificationOptions.Builder |
builder() |
Object |
get(String optionKey) |
Executor |
getExecutor() |
static NotificationOptions |
of(String optionKey,
Object value) |
static NotificationOptions |
ofExecutor(Executor executor) |
Executor getExecutor()
static NotificationOptions ofExecutor(Executor executor)
static NotificationOptions of(String optionKey, Object value)
static NotificationOptions.Builder builder()
Copyright © 2025. All rights reserved.