Class DefaultMethodInvokingMethodInterceptor

java.lang.Object
org.springframework.integration.gateway.DefaultMethodInvokingMethodInterceptor
All Implemented Interfaces:
Advice, Interceptor, MethodInterceptor

public class DefaultMethodInvokingMethodInterceptor extends Object implements MethodInterceptor
Method interceptor to invoke default methods from the interfaces on the proxy.

The copy of DefaultMethodInvokingMethodInterceptor from Spring Data Commons.

Since:
5.3
Author:
Oliver Gierke, Jens Schauder, Mark Paluch, Artem Bilan