Package kboyle.oktane.example.modules
Class PingModule$echo$java0lang0String
java.lang.Object
kboyle.oktane.core.module.callback.AnnotatedCommandCallback<ExampleCommandContext,PingModule>
kboyle.oktane.example.modules.PingModule$echo$java0lang0String
- All Implemented Interfaces:
CommandCallback
public class PingModule$echo$java0lang0String
extends AnnotatedCommandCallback<ExampleCommandContext,PingModule>
-
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$echo$java0lang0String
public PingModule$echo$java0lang0String()
-
-
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>
-