Interface DispatchInterceptor

All Known Implementing Classes:
AuthenticatingInterceptor, CorrelatingInterceptor, DataProtectionInterceptor, MessageRoutingInterceptor, SchedulingInterceptor, WebResponseCompressingInterceptor, WebsocketResponseInterceptor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DispatchInterceptor
Mechanism that enables modification of a message before it is dispatched to local handlers or Flux Capacitor. Also can be used to monitor outgoing messages or block message publication altogether.