Uses of Annotation Interface
io.fluxcapacitor.javaclient.tracking.handling.LocalHandler
Packages that use LocalHandler
-
Uses of LocalHandler in io.fluxcapacitor.javaclient.common
Methods in io.fluxcapacitor.javaclient.common that return types with arguments of type LocalHandlerModifier and TypeMethodDescriptionstatic Optional
<LocalHandler> ClientUtils.getLocalHandlerAnnotation
(HandlerInvoker handlerInvoker) Retrieves theLocalHandler
annotation 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 theLocalHandler
annotation associated with a given method, its declaring class, or ancestral package, if present.