Interface EndpointInvoker


public interface EndpointInvoker
Base interface implemented by the synthetic beans that represent rest endpoints. See org.jboss.resteasy.reactive.server.runtime.kotlin.CoroutineEndpointInvoker
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(Object instance, Object[] parameters)
    Delegates control over the bean that defines the endpoint
  • Method Details

    • invoke

      Object invoke(Object instance, Object[] parameters) throws Exception
      Delegates control over the bean that defines the endpoint
      Parameters:
      instance - the bean instance
      parameters - the method arguments
      Returns:
      the result of the method call
      Throws:
      Exception - the exception thrown in the bean call