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