public class NotifierConfiguration extends Object
Defines the configuration required to create a notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
NotifierConfiguration.NotifierConfigurationBuilder
Notifier Configuration Builder
|
| Modifier | Constructor and Description |
|---|---|
protected |
NotifierConfiguration(String clazz,
List<NotifierParameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz() |
List<NotifierParameter> |
getParameters() |
protected NotifierConfiguration(String clazz, List<NotifierParameter> parameters)
public String getClazz()
public List<NotifierParameter> getParameters()
Copyright © 2018. All rights reserved.