Class GetMetricsConfigurationCommand
- java.lang.Object
-
- fish.payara.microprofile.metrics.admin.GetMetricsConfigurationCommand
-
- All Implemented Interfaces:
AdminCommand
@Service(name="get-metrics-configuration") @PerLookup @ExecuteOn(DAS) @TargetType({DAS,DEPLOYMENT_GROUP,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE,CONFIG}) public class GetMetricsConfigurationCommand extends Object implements AdminCommand
AsAdmin command to get metrics configuration- Author:
- Gaurav Gupta
-
-
Constructor Summary
Constructors Constructor Description GetMetricsConfigurationCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(AdminCommandContext adminCommandContext)Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
-
-
-
Method Detail
-
execute
public void execute(AdminCommandContext adminCommandContext)
Description copied from interface:AdminCommandExecutes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values- Specified by:
executein interfaceAdminCommand- Parameters:
adminCommandContext- information
-
-