Package org.incendo.cloud.annotations
Interface CommandMethodExecutionHandlerFactory<C>
-
Method Summary
Modifier and TypeMethodDescriptionCreates an execution handler from the givencontext.
-
Method Details
-
createExecutionHandler
@NonNull MethodCommandExecutionHandler<C> createExecutionHandler(@NonNull MethodCommandExecutionHandler.CommandMethodContext<C> context) Creates an execution handler from the givencontext.- Parameters:
context- the context- Returns:
- the execution handler
-