Class GetCDIEventbusNotifierConfigurationCommand
- java.lang.Object
-
- fish.payara.internal.notification.admin.BaseGetNotifierConfigurationCommand<CDIEventbusNotifierConfiguration>
-
- fish.payara.notification.eventbus.core.GetCDIEventbusNotifierConfigurationCommand
-
- All Implemented Interfaces:
AdminCommand
@Service(name="get-cdieventbus-notifier-configuration") @PerLookup @CommandLock(NONE) @ExecuteOn({DAS,INSTANCE}) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE,CONFIG}) public class GetCDIEventbusNotifierConfigurationCommand extends BaseGetNotifierConfigurationCommand<CDIEventbusNotifierConfiguration>
- Author:
- mertcaliskan
-
-
Field Summary
-
Fields inherited from class fish.payara.internal.notification.admin.BaseGetNotifierConfigurationCommand
habitat
-
-
Constructor Summary
Constructors Constructor Description GetCDIEventbusNotifierConfigurationCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Object>getNotifierConfiguration(CDIEventbusNotifierConfiguration configuration)protected Map<String,Object>getNotifierProperties(CDIEventbusNotifierConfiguration configuration)Get a camelcase version ofBaseGetNotifierConfigurationCommand.getNotifierConfiguration(PayaraNotifierConfiguration).-
Methods inherited from class fish.payara.internal.notification.admin.BaseGetNotifierConfigurationCommand
execute, listConfiguration
-
-
-
-
Method Detail
-
getNotifierConfiguration
protected Map<String,Object> getNotifierConfiguration(CDIEventbusNotifierConfiguration configuration)
- Overrides:
getNotifierConfigurationin classBaseGetNotifierConfigurationCommand<CDIEventbusNotifierConfiguration>- Parameters:
configuration- the configuration to get properties from- Returns:
- a map from user readable attribute names to their values
-
getNotifierProperties
protected Map<String,Object> getNotifierProperties(CDIEventbusNotifierConfiguration configuration)
Description copied from class:BaseGetNotifierConfigurationCommandGet a camelcase version ofBaseGetNotifierConfigurationCommand.getNotifierConfiguration(PayaraNotifierConfiguration). By default will callBaseGetNotifierConfigurationCommand.getNotifierConfiguration(PayaraNotifierConfiguration)and convert the keys to camel casing. Override if the result of this method is wrong.- Overrides:
getNotifierPropertiesin classBaseGetNotifierConfigurationCommand<CDIEventbusNotifierConfiguration>- Parameters:
configuration- the configuration to get properties from- Returns:
- a map from camelcase attribute names to their values
-
-