Class DocumentHandlerDecorator.DocumentHandler.DocumentHandlerInvoker
java.lang.Object
io.fluxzero.sdk.tracking.handling.DocumentHandlerDecorator.DocumentHandler.DocumentHandlerInvoker
- Enclosing class:
DocumentHandlerDecorator.DocumentHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final io.fluxzero.common.handling.HandlerInvoker -
Constructor Summary
ConstructorsConstructorDescriptionDocumentHandlerInvoker(io.fluxzero.common.handling.HandlerInvoker delegate, String collection, DeserializingMessage message) -
Method Summary
Modifier and TypeMethodDescriptiondefault io.fluxzero.common.handling.HandlerInvokerandFinally(io.fluxzero.common.handling.HandlerInvoker arg0) boolean<A extends Annotation>
AClass<?> default Objectinvoke()invoke(BiFunction<Object, Object, Object> combiner) booleantoString()boolean
-
Field Details
-
delegate
protected final io.fluxzero.common.handling.HandlerInvoker delegate
-
-
Constructor Details
-
DocumentHandlerInvoker
public DocumentHandlerInvoker(io.fluxzero.common.handling.HandlerInvoker delegate, String collection, DeserializingMessage message)
-
-
Method Details
-
invoke
-
getTargetClass
-
getMethod
-
getMethodAnnotation
-
expectResult
public boolean expectResult() -
isPassive
public boolean isPassive() -
wasSkipped
public boolean wasSkipped() -
toString
-
andFinally
default io.fluxzero.common.handling.HandlerInvoker andFinally(io.fluxzero.common.handling.HandlerInvoker arg0) -
invoke
-