Interface MethodBasedRoute

  • All Superinterfaces:
    Route
    All Known Subinterfaces:
    ErrorRoute, StatusRoute

    public interface MethodBasedRoute
    extends Route
    Represents a Route that is backed by a method.
    Since:
    1.0
    • Method Detail

      • getTargetMethod

        io.micronaut.inject.MethodExecutionHandle getTargetMethod()
        Returns:
        The MethodExecutionHandle