@Contract public abstract class NotifierExecutionOptionsFactory<N extends Notifier> extends Object
| Constructor and Description |
|---|
NotifierExecutionOptionsFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract NotifierExecutionOptions |
build(N n) |
void |
register(NotifierType notifierType,
NotifierExecutionOptionsFactory notifierExecutionOptionsFactory) |
public void register(NotifierType notifierType, NotifierExecutionOptionsFactory notifierExecutionOptionsFactory)
public abstract NotifierExecutionOptions build(N n)
Copyright © 2019. All rights reserved.