Uses of Interface
io.fluxzero.common.handling.Handler
Packages that use Handler
-
Uses of Handler in io.fluxzero.common.handling
Classes in io.fluxzero.common.handling that implement HandlerModifier and TypeClassDescriptionclassDefault implementation of theHandlerinterface.static classAbstract base class forHandlerimplementations that delegate to another handler.Fields in io.fluxzero.common.handling declared as HandlerMethods in io.fluxzero.common.handling that return HandlerModifier and TypeMethodDescriptionstatic <M> Handler<M> HandlerInspector.createHandler(Object target, Class<? extends Annotation> methodAnnotation) Creates aHandlerfor the given target object and annotation type.static <M> Handler<M> HandlerInspector.createHandler(Object target, Class<? extends Annotation> methodAnnotation, List<ParameterResolver<? super M>> parameterResolvers) Creates aHandlerbacked by a target supplier and parameter resolvers.static <M> Handler<M> HandlerInspector.createHandler(Object target, List<ParameterResolver<? super M>> parameterResolvers, HandlerConfiguration<? super M> config) Creates aHandlerbacked by a target supplier and parameter resolvers.static <M> Handler<M> HandlerInspector.createHandler(Function<M, ?> targetSupplier, Class<?> targetClass, List<ParameterResolver<? super M>> parameterResolvers, HandlerConfiguration<? super M> config) Creates aHandlerbacked by a target supplier and parameter resolvers.Creates a composite handler that executes the current handler and then delegates to the specified next handler if the current handler cannot handle the message or does not provide an invoker.Methods in io.fluxzero.common.handling with parameters of type Handler