public class DataProtectionInterceptor extends Object implements DispatchInterceptor, HandlerInterceptor
HandlerInterceptor.InterceptedHandler| Modifier and Type | Field and Description |
|---|---|
static String |
METADATA_KEY |
| Constructor and Description |
|---|
DataProtectionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Function<Message,SerializedMessage> |
interceptDispatch(Function<Message,SerializedMessage> function) |
Function<DeserializingMessage,Object> |
interceptHandling(Function<DeserializingMessage,Object> function,
Handler<DeserializingMessage> handler,
String consumer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmergemerge, wrappublic static String METADATA_KEY
public Function<Message,SerializedMessage> interceptDispatch(Function<Message,SerializedMessage> function)
interceptDispatch in interface DispatchInterceptorpublic Function<DeserializingMessage,Object> interceptHandling(Function<DeserializingMessage,Object> function, Handler<DeserializingMessage> handler, String consumer)
interceptHandling in interface HandlerInterceptorCopyright © 2019 Flux Capacitor. All rights reserved.