public interface NotificationOptions
Event.fireAsync(Object, NotificationOptions)| Modifier and Type | Interface and Description |
|---|---|
static interface |
NotificationOptions.Builder
Notification options builder.
|
| Modifier and Type | Method and Description |
|---|---|
static NotificationOptions.Builder |
builder() |
Object |
get(String optionName) |
Executor |
getExecutor() |
static NotificationOptions |
of(String optionName,
Object optionValue) |
static NotificationOptions |
ofExecutor(Executor executor) |
Executor getExecutor()
Object get(String optionName)
optionName - null if no option for the given name existsstatic NotificationOptions ofExecutor(Executor executor)
executor - static NotificationOptions of(String optionName, Object optionValue)
optionName - optionValue - static NotificationOptions.Builder builder()
Copyright © 2008–2017 JBoss by Red Hat, Inc.. All rights reserved.