public interface NotificationServiceConfiguration extends org.jvnet.hk2.config.ConfigBeanProxy, ConfigExtension
| Modifier and Type | Interface and Description |
|---|---|
static class |
NotificationServiceConfiguration.Duck |
| Modifier and Type | Method and Description |
|---|---|
void |
enabled(String value) |
String |
getEnabled() |
<T extends NotifierConfiguration> |
getNotifierConfigurationByType(Class type) |
List<NotifierConfiguration> |
getNotifierConfigurationList() |
String getEnabled()
void enabled(String value) throws PropertyVetoException
PropertyVetoExceptionList<NotifierConfiguration> getNotifierConfigurationList()
@DuckTyped <T extends NotifierConfiguration> T getNotifierConfigurationByType(Class type)
Copyright © 2017. All rights reserved.