Class ValidatingInterceptor

java.lang.Object
io.fluxzero.sdk.tracking.handling.validation.ValidatingInterceptor
All Implemented Interfaces:
HandlerDecorator, HandlerInterceptor

public class ValidatingInterceptor extends Object implements HandlerInterceptor
A HandlerInterceptor that validates the payload of messages before they are handled. When the supplied validator supports contextual method constraints, the current message context can be used to resolve constrained method parameters.