Class CorrelatingInterceptor
- java.lang.Object
-
- io.fluxcapacitor.javaclient.publishing.correlation.CorrelatingInterceptor
-
- All Implemented Interfaces:
DispatchInterceptor
public class CorrelatingInterceptor extends Object implements DispatchInterceptor
-
-
Constructor Summary
Constructors Constructor Description CorrelatingInterceptor(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<Message,SerializedMessage>interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType)-
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
-
-
-
-
Constructor Detail
-
CorrelatingInterceptor
public CorrelatingInterceptor(Client client)
-
-
Method Detail
-
interceptDispatch
public Function<Message,SerializedMessage> interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType)
- Specified by:
interceptDispatchin interfaceDispatchInterceptor
-
-