public interface NotificationOptions
Notification options are used to configure observer notification.
- Since:
 - 2.0
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceNotification options builder. - 
Method Summary
Modifier and TypeMethodDescriptionstatic NotificationOptions.Builderbuilder()static NotificationOptionsstatic NotificationOptionsofExecutor(Executor executor)  
- 
Method Details
- 
getExecutor
Executor getExecutor()- Returns:
 - the executor used to execute an asynchronous event
 
 - 
get
 - 
ofExecutor
- Parameters:
 executor- a specificExecutorto handle observer notification- Returns:
 - an immutable holder of an executor
 
 - 
of
- Parameters:
 optionName- name of the option to setoptionValue- value for the option- Returns:
 - an immutable holder of a single option
 
 - 
builder
- Returns:
 - the options builder
 
 
 -