Class LocalHandlerRegistry
java.lang.Object
io.fluxcapacitor.javaclient.tracking.handling.LocalHandlerRegistry
- All Implemented Interfaces:
HandlerRegistry,HasLocalHandlers
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.fluxcapacitor.javaclient.tracking.handling.HandlerRegistry
HandlerRegistry.MergedHandlerRegistry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandle(DeserializingMessage message) registerHandler(Object target, BiPredicate<Class<?>, Executable> handlerFilter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fluxcapacitor.javaclient.tracking.handling.HandlerRegistry
mergeMethods inherited from interface io.fluxcapacitor.javaclient.tracking.handling.HasLocalHandlers
registerHandler
-
Constructor Details
-
LocalHandlerRegistry
public LocalHandlerRegistry()
-
-
Method Details
-
registerHandler
- Specified by:
registerHandlerin interfaceHasLocalHandlers
-
handle
- Specified by:
handlein interfaceHandlerRegistry
-