Interface ExtensionInvocationHandler

All Superinterfaces:
InvocationHandler

public interface ExtensionInvocationHandler extends InvocationHandler
When proxying an extension class, implement this interface to provide a mechanism to obtain the underlying proxied class.
  • Method Details

    • getTargetClass

      Class<? extends SpinnakerExtensionPoint> getTargetClass()
      Get the proxy target class.
    • getPluginId

      String getPluginId()
      Get the plugin ID of the proxied extension point.