public interface UsagesInstalledHandler extends RequestHandler
| Modifier and Type | Method and Description |
|---|---|
default boolean |
canHandle(HandlerInput handlerInput)
Returns true if the handler can dispatch the current request.
|
boolean |
canHandle(HandlerInput input,
UsagesInstalled usagesInstalled)
Returns true if the handler can dispatch the current request
|
default Optional<Response> |
handle(HandlerInput handlerInput)
Handles the request.
|
Optional<Response> |
handle(HandlerInput input,
UsagesInstalled usagesInstalled)
Handles the request.
|
boolean canHandle(HandlerInput input, UsagesInstalled usagesInstalled)
input - input to the request handlerusagesInstalled - UsagesInstalled requestOptional<Response> handle(HandlerInput input, UsagesInstalled usagesInstalled)
input - input to the request handlerusagesInstalled - UsagesInstalled requestdefault boolean canHandle(HandlerInput handlerInput)
GenericRequestHandlercanHandle in interface GenericRequestHandler<HandlerInput,Optional<Response>>handlerInput - input to the request handlerdefault Optional<Response> handle(HandlerInput handlerInput)
GenericRequestHandlerhandle in interface GenericRequestHandler<HandlerInput,Optional<Response>>handlerInput - input to the request handlerCopyright © 2023. All rights reserved.