Interface NotificationServiceConfiguration
-
- All Superinterfaces:
ConfigBeanProxy,ConfigExtension,Container
public interface NotificationServiceConfiguration extends ConfigExtension
- Author:
- mertcaliskan
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNotificationServiceConfiguration.Duck
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidenabled(String value)StringgetEnabled()<T extends PayaraNotifierConfiguration>
TgetNotifierConfigurationByType(Class<T> type)List<PayaraNotifierConfiguration>getNotifierConfigurationList()-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
getEnabled
String getEnabled()
-
enabled
void enabled(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getNotifierConfigurationList
List<PayaraNotifierConfiguration> getNotifierConfigurationList()
-
getNotifierConfigurationByType
@DuckTyped <T extends PayaraNotifierConfiguration> T getNotifierConfigurationByType(Class<T> type)
-
-