Class DefaultHandlerFactory
- java.lang.Object
-
- io.fluxcapacitor.javaclient.tracking.handling.DefaultHandlerFactory
-
- All Implemented Interfaces:
HandlerFactory
public class DefaultHandlerFactory extends Object implements HandlerFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultHandlerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Handler<DeserializingMessage>>createHandler(Object target, String consumer, HandlerConfiguration<DeserializingMessage> handlerConfiguration)
-
-
-
Method Detail
-
createHandler
public Optional<Handler<DeserializingMessage>> createHandler(Object target, String consumer, HandlerConfiguration<DeserializingMessage> handlerConfiguration)
- Specified by:
createHandlerin interfaceHandlerFactory
-
-