Interface RepositoryMethodInvocationListener


public interface RepositoryMethodInvocationListener
Interface to be implemented by listeners that want to be notified upon repository method invocation. Listeners are notified with an RepositoryMethodInvocationListener.RepositoryMethodInvocation object that describes which repository method was invoked along with invocation arguments and the call duration.
Since:
2.4
Author:
Mark Paluch, Christoph Strobl