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