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