Uses of Interface
io.fluxzero.common.handling.HandlerMethodPlan
Packages that use HandlerMethodPlan
-
Uses of HandlerMethodPlan in io.fluxzero.common.handling
Methods in io.fluxzero.common.handling that return HandlerMethodPlanModifier and TypeMethodDescriptionDefaultHandler.getHandlerMethodPlanOrNull(M message) Handler.DelegatingHandler.getHandlerMethodPlanOrNull(M message) default HandlerMethodPlan<M> Handler.getHandlerMethodPlanOrNull(M message) Returns a reusable plan for the handler method selected for this message.HandlerMethodPreparation.plan()Returns the value of theplanrecord component.HandlerInspector.MethodHandlerMatcher.prepareHandlerMethod(Object target, M message) HandlerInspector.ObjectHandlerMatcher.prepareHandlerMethod(Object target, M message) default HandlerMethodPlan<M> HandlerMatcher.prepareHandlerMethod(T target, M message) Selects and prepares a handler method on the supplied target for the given message.Methods in io.fluxzero.common.handling with parameters of type HandlerMethodPlanModifier and TypeMethodDescriptionstatic <M> HandlerMethodPreparation<M> HandlerMethodPreparation.prepared(HandlerMethodPlan<M> plan) Creates a successful preparation.Constructors in io.fluxzero.common.handling with parameters of type HandlerMethodPlanModifierConstructorDescriptionCreates an instance of aHandlerMethodPreparationrecord class. -
Uses of HandlerMethodPlan in io.fluxzero.sdk.tracking.handling
Methods in io.fluxzero.sdk.tracking.handling that return HandlerMethodPlanModifier and TypeMethodDescriptionHandlerInterceptor.PreparedInterceptedHandler.getHandlerMethodPlanOrNull(DeserializingMessage message) Methods in io.fluxzero.sdk.tracking.handling with parameters of type HandlerMethodPlanModifier and TypeMethodDescriptionLocalExecution.invoke(HandlerMethodPlan<DeserializingMessage> plan) Invokes a prepared handler plan while installing the required local handling context.LocalHandlerInput.invoke(HandlerMethodPlan<DeserializingMessage> plan) Invokes a prepared handler plan while installing the required local handling context.