Uses of Interface
io.fluxzero.common.handling.HandlerDescriptor
Packages that use HandlerDescriptor
Package
Description
-
Uses of HandlerDescriptor in io.fluxzero.common.handling
Subinterfaces of HandlerDescriptor in io.fluxzero.common.handlingModifier and TypeInterfaceDescriptioninterfaceRepresents an invocable handler method.interfaceA reusable, target-bound handler method.Classes in io.fluxzero.common.handling that implement HandlerDescriptorModifier and TypeClassDescriptionprotected classstatic classAHandlerInvokerthat delegates all behavior to another instance.static final classA simple invoker backed by aCallable, typically used for test utilities or framework-internal logic.static classAHandlerMethodthat delegates all behavior to another instance. -
Uses of HandlerDescriptor in io.fluxzero.sdk.tracking
Methods in io.fluxzero.sdk.tracking with parameters of type HandlerDescriptorModifier and TypeMethodDescriptionprotected ObjectDefaultTracking.processError(Throwable e, DeserializingMessage message, HandlerDescriptor h, Handler<DeserializingMessage> handler, ConsumerConfiguration config, Callable<Object> retry) protected CompletionStage<Void> DefaultTracking.reportResult(Object result, HandlerDescriptor h, DeserializingMessage message, ConsumerConfiguration config) protected booleanDefaultTracking.shouldSendResponse(HandlerDescriptor invoker, DeserializingMessage request, Object result, ConsumerConfiguration config) -
Uses of HandlerDescriptor in io.fluxzero.sdk.tracking.handling
Classes in io.fluxzero.sdk.tracking.handling that implement HandlerDescriptorModifier and TypeClassDescriptionprotected classprotected classprotected classprotected classMethods in io.fluxzero.sdk.tracking.handling with parameters of type HandlerDescriptorModifier and TypeMethodDescriptionstatic <V> VInvocation.performInvocation(HandlerDescriptor handlerDescriptor, Callable<V> callable) Wraps the givenCallablein an invocation context for the supplied handler descriptor. -
Uses of HandlerDescriptor in io.fluxzero.sdk.tracking.handling.errorreporting
Methods in io.fluxzero.sdk.tracking.handling.errorreporting with parameters of type HandlerDescriptorModifier and TypeMethodDescriptionprotected voidErrorReportingInterceptor.reportError(Throwable e, HandlerDescriptor invoker, DeserializingMessage cause)