Package kboyle.oktane.example.modules
Class PingModule$ping$
java.lang.Object
kboyle.oktane.core.module.callback.AnnotatedCommandCallback<ExampleCommandContext,PingModule>
kboyle.oktane.example.modules.PingModule$ping$
- All Implemented Interfaces:
CommandCallback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<CommandResult>
execute(PingModule module, Object[] parameters)
getContext(CommandContext context)
Methods inherited from class kboyle.oktane.core.module.callback.AnnotatedCommandCallback
execute
-
Constructor Details
-
PingModule$ping$
public PingModule$ping$()
-
-
Method Details
-
execute
- Specified by:
execute
in classAnnotatedCommandCallback<ExampleCommandContext,PingModule>
-
getModule
- Specified by:
getModule
in classAnnotatedCommandCallback<ExampleCommandContext,PingModule>
-
getContext
- Specified by:
getContext
in classAnnotatedCommandCallback<ExampleCommandContext,PingModule>
-