Module io.fluxzero.sdk
Class DocumentHandlerDecorator.DocumentHandler.DocumentHandlerInvoker
java.lang.Object
io.fluxzero.common.handling.HandlerInvoker.DelegatingHandlerInvoker
io.fluxzero.sdk.tracking.handling.DocumentHandlerDecorator.DocumentHandler.DocumentHandlerInvoker
- All Implemented Interfaces:
io.fluxzero.common.handling.HandlerInvoker
- Enclosing class:
DocumentHandlerDecorator.DocumentHandler
protected class DocumentHandlerDecorator.DocumentHandler.DocumentHandlerInvoker
extends io.fluxzero.common.handling.HandlerInvoker.DelegatingHandlerInvoker
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.fluxzero.common.handling.HandlerInvoker
io.fluxzero.common.handling.HandlerInvoker.DelegatingHandlerInvoker, io.fluxzero.common.handling.HandlerInvoker.SimpleInvoker -
Field Summary
Fields inherited from class io.fluxzero.common.handling.HandlerInvoker.DelegatingHandlerInvoker
delegate -
Constructor Summary
ConstructorsConstructorDescriptionDocumentHandlerInvoker(io.fluxzero.common.handling.HandlerInvoker delegate, String collection, DeserializingMessage message) -
Method Summary
Methods inherited from class io.fluxzero.common.handling.HandlerInvoker.DelegatingHandlerInvoker
expectResult, getMethod, getMethodAnnotation, getTargetClass, isPassive, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.fluxzero.common.handling.HandlerInvoker
andFinally, invoke
-
Constructor Details
-
DocumentHandlerInvoker
public DocumentHandlerInvoker(io.fluxzero.common.handling.HandlerInvoker delegate, String collection, DeserializingMessage message)
-
-
Method Details
-
invoke
-