Class DataProtectionInterceptor
java.lang.Object
io.fluxcapacitor.javaclient.publishing.dataprotection.DataProtectionInterceptor
- All Implemented Interfaces:
DispatchInterceptor,HandlerInterceptor
public class DataProtectionInterceptor
extends Object
implements DispatchInterceptor, HandlerInterceptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.fluxcapacitor.javaclient.tracking.handling.HandlerInterceptor
HandlerInterceptor.InterceptedHandler, HandlerInterceptor.MergedInterceptor -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninterceptDispatch(Message m, MessageType messageType) interceptHandling(Function<DeserializingMessage, Object> function, Handler<DeserializingMessage> handler, String consumer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fluxcapacitor.javaclient.publishing.DispatchInterceptor
andThen, modifySerializedMessageMethods inherited from interface io.fluxcapacitor.javaclient.tracking.handling.HandlerInterceptor
andThen, wrap
-
Field Details
-
METADATA_KEY
-
-
Constructor Details
-
DataProtectionInterceptor
public DataProtectionInterceptor()
-
-
Method Details
-
interceptDispatch
- Specified by:
interceptDispatchin interfaceDispatchInterceptor
-
interceptHandling
public Function<DeserializingMessage,Object> interceptHandling(Function<DeserializingMessage, Object> function, Handler<DeserializingMessage> handler, String consumer) - Specified by:
interceptHandlingin interfaceHandlerInterceptor
-