Interface NamedRoute


public interface NamedRoute
Represents a node in the routes which is identified as a route.
  • Method Details

    • getRouteId

      String getRouteId()
      Gets the route id.
    • getEndpointUrl

      String getEndpointUrl()
      Gets the route endpoint url.
    • isCreatedFromTemplate

      boolean isCreatedFromTemplate()
      Is the route created from template;
    • isCreatedFromRest

      boolean isCreatedFromRest()
      Is the route created from Rest DSL
    • getInput

      NamedNode getInput()
      Gets the route input