Class MessageRoutingInterceptor
- java.lang.Object
-
- io.fluxcapacitor.javaclient.publishing.routing.MessageRoutingInterceptor
-
- All Implemented Interfaces:
DispatchInterceptor
public class MessageRoutingInterceptor extends Object implements DispatchInterceptor
-
-
Constructor Summary
Constructors Constructor Description MessageRoutingInterceptor()
-
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
-
-
-
-
Method Detail
-
interceptDispatch
public Function<Message,SerializedMessage> interceptDispatch(Function<Message,SerializedMessage> function, MessageType messageType)
- Specified by:
interceptDispatchin interfaceDispatchInterceptor
-
-