Interface RuntimeEndpointRegistry.Statistic

  • Enclosing interface:
    RuntimeEndpointRegistry

    public static interface RuntimeEndpointRegistry.Statistic
    Statistics gathered about the endpoint.
    • Method Detail

      • getUri

        String getUri()
        The endpoint uri
      • getRouteId

        String getRouteId()
        The route id (if the endpoint is associated with a route)
      • getDirection

        String getDirection()
        Whether the endpoint is used as input our output

        The returned value can either be in or out