Uses of Annotation Interface
io.fluxzero.sdk.tracking.handling.LocalHandler
Packages that use LocalHandler
-
Uses of LocalHandler in io.fluxzero.sdk.common
Methods in io.fluxzero.sdk.common that return types with arguments of type LocalHandlerModifier and TypeMethodDescriptionstatic Optional<LocalHandler> ClientUtils.getLocalHandlerAnnotation(HandlerInvoker handlerInvoker) Retrieves theLocalHandlerannotation associated with a given handler, from its method, its declaring class, or ancestral package, if present.static Optional<LocalHandler> ClientUtils.getLocalHandlerAnnotation(Class<?> target, Executable method) Retrieves theLocalHandlerannotation associated with a given method, its declaring class, or ancestral package, if present.