Module lettuce.core

Interface InvocationTargetProvider


public interface InvocationTargetProvider
Provides an invocation target object.
Since:
5.0
Author:
Mark Paluch
See Also:
MethodInterceptor
  • Method Summary

    Modifier and Type Method Description
    Object getInvocationTarget()  
  • Method Details

    • getInvocationTarget

      Object getInvocationTarget()
      Returns:
      the invocation target.