Interface ReactorDispatchInterceptorFactory<M extends Message>

Type Parameters:
M - the type of Message the resulting ReactorMessageDispatchInterceptor will intercept
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 ReactorDispatchInterceptorFactory<M extends Message>
Functional interface for building a ReactorMessageDispatchInterceptor for a specific component type and component name.

This interface allows ReactorMessageDispatchInterceptors to be constructed with knowledge of the component they will intercept, allowing for fine-grained control on how or when to construct an interceptor.

Since:
5.1.0
Author:
Theo Emanuelsson
See Also:
  • Method Details