Class AuthenticatingInterceptor
- java.lang.Object
-
- io.fluxcapacitor.javaclient.tracking.handling.authentication.AuthenticatingInterceptor
-
- All Implemented Interfaces:
DispatchInterceptor,HandlerInterceptor
public class AuthenticatingInterceptor extends Object implements DispatchInterceptor, HandlerInterceptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fluxcapacitor.javaclient.tracking.handling.HandlerInterceptor
HandlerInterceptor.InterceptedHandler, HandlerInterceptor.MergedInterceptor
-
-
Constructor Summary
Constructors Constructor Description AuthenticatingInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<Message,SerializedMessage>interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType)Function<DeserializingMessage,Object>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, wait
-
Methods inherited from interface io.fluxcapacitor.javaclient.publishing.DispatchInterceptor
merge
-
Methods inherited from interface io.fluxcapacitor.javaclient.tracking.handling.HandlerInterceptor
merge, wrap
-
-
-
-
Method Detail
-
interceptDispatch
public Function<Message,SerializedMessage> interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType)
- Specified by:
interceptDispatchin interfaceDispatchInterceptor
-
interceptHandling
public Function<DeserializingMessage,Object> interceptHandling(Function<DeserializingMessage,Object> function, Handler<DeserializingMessage> handler, String consumer)
- Specified by:
interceptHandlingin interfaceHandlerInterceptor
-
-