Uses of Interface
io.fluxcapacitor.javaclient.tracking.handling.HandlerDecorator
Packages that use HandlerDecorator
Package
Description
-
Uses of HandlerDecorator in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type HandlerDecoratorModifier and TypeMethodDescriptionDefaultFluxCapacitor.Builder.addHandlerDecorator(@NonNull HandlerDecorator interceptor, boolean highPriority, MessageType... forTypes) FluxCapacitorBuilder.addHandlerDecorator(HandlerDecorator decorator, boolean highPriority, MessageType... forTypes) default FluxCapacitorBuilderFluxCapacitorBuilder.addHandlerDecorator(HandlerDecorator decorator, MessageType... forTypes) Method parameters in io.fluxcapacitor.javaclient.configuration with type arguments of type HandlerDecoratorModifier and TypeMethodDescriptionprotected HandlerRegistryDefaultFluxCapacitor.Builder.localHandlerRegistry(MessageType messageType, Map<MessageType, HandlerDecorator> handlerDecorators, List<ParameterResolver<? super DeserializingMessage>> parameterResolvers) -
Uses of HandlerDecorator in io.fluxcapacitor.javaclient.publishing.dataprotection
Classes in io.fluxcapacitor.javaclient.publishing.dataprotection that implement HandlerDecorator -
Uses of HandlerDecorator in io.fluxcapacitor.javaclient.scheduling
Classes in io.fluxcapacitor.javaclient.scheduling that implement HandlerDecorator -
Uses of HandlerDecorator in io.fluxcapacitor.javaclient.tracking.handling
Subinterfaces of HandlerDecorator in io.fluxcapacitor.javaclient.tracking.handlingModifier and TypeInterfaceDescriptioninterfaceMechanism that enables modification of a message before it is handled by a handler.Classes in io.fluxcapacitor.javaclient.tracking.handling that implement HandlerDecoratorMethods in io.fluxcapacitor.javaclient.tracking.handling that return HandlerDecoratorModifier and TypeMethodDescriptiondefault HandlerDecoratorHandlerDecorator.andThen(HandlerDecorator next) static HandlerDecoratorHandlerDecorator.noOp()Methods in io.fluxcapacitor.javaclient.tracking.handling with parameters of type HandlerDecoratorModifier and TypeMethodDescriptiondefault HandlerDecoratorHandlerDecorator.andThen(HandlerDecorator next) Constructors in io.fluxcapacitor.javaclient.tracking.handling with parameters of type HandlerDecoratorModifierConstructorDescriptionDefaultHandlerFactory(MessageType messageType, HandlerDecorator defaultDecorator, List<ParameterResolver<? super DeserializingMessage>> parameterResolvers) -
Uses of HandlerDecorator in io.fluxcapacitor.javaclient.tracking.handling.authentication
Classes in io.fluxcapacitor.javaclient.tracking.handling.authentication that implement HandlerDecorator -
Uses of HandlerDecorator in io.fluxcapacitor.javaclient.tracking.handling.errorreporting
Classes in io.fluxcapacitor.javaclient.tracking.handling.errorreporting that implement HandlerDecorator -
Uses of HandlerDecorator in io.fluxcapacitor.javaclient.tracking.handling.validation
Classes in io.fluxcapacitor.javaclient.tracking.handling.validation that implement HandlerDecorator -
Uses of HandlerDecorator in io.fluxcapacitor.javaclient.tracking.metrics
Classes in io.fluxcapacitor.javaclient.tracking.metrics that implement HandlerDecorator -
Uses of HandlerDecorator in io.fluxcapacitor.javaclient.web
Classes in io.fluxcapacitor.javaclient.web that implement HandlerDecorator