Package io.micronaut.aws.alexa.locale
Interface HandlerInputLocaleResolver
- All Superinterfaces:
io.micronaut.core.util.LocaleResolver<com.amazon.ask.dispatcher.request.handler.HandlerInput>,io.micronaut.core.order.Ordered
- All Known Implementing Classes:
CompositeHandlerInputLocaleResolver,DefaultHandlerInputLocaleResolver,HandlerInputAbstractLocaleResolver,HandlerInputFixedLocaleResolver
@Indexed(HandlerInputLocaleResolver.class)
public interface HandlerInputLocaleResolver
extends io.micronaut.core.util.LocaleResolver<com.amazon.ask.dispatcher.request.handler.HandlerInput>
Responsible for determining the current locale for a
HandlerInput event.- Since:
- 3.10.0
- Author:
- Sergio del Amo
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface io.micronaut.core.util.LocaleResolver
resolve, resolveOrDefaultMethods inherited from interface io.micronaut.core.order.Ordered
getOrder