Interface ConsumerBindingMessageInterceptor
public interface ConsumerBindingMessageInterceptor
Binding interceptor for consumer bindings.
Instances are created per-binding by ConsumerBindingMessageInterceptorFactory
with all configuration resolved at creation time.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.springframework.messaging.Message<?>after(org.springframework.messaging.Message<?> message) Intercept messages after they're handed-off from consumer bindings.
-
Method Details
-
after
default org.springframework.messaging.Message<?> after(org.springframework.messaging.Message<?> message) Intercept messages after they're handed-off from consumer bindings.- Parameters:
message- the message.- Returns:
- the message to continue processing with.
-