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