Class CamelRoutesEndpoint.RouteEndpointInfo

java.lang.Object
org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesEndpoint.RouteEndpointInfo
Direct Known Subclasses:
CamelRoutesEndpoint.RouteDetailsEndpointInfo
Enclosing class:
CamelRoutesEndpoint

public static class CamelRoutesEndpoint.RouteEndpointInfo extends Object
  • Constructor Details

    • RouteEndpointInfo

      public RouteEndpointInfo(org.apache.camel.Route route)
  • Method Details

    • getId

      public String getId()
    • getGroup

      public String getGroup()
    • getProperties

      public Map<String,Object> getProperties()
    • getDescription

      public String getDescription()
    • getUptime

      public String getUptime()
    • getUptimeMillis

      public long getUptimeMillis()
    • getStatus

      public String getStatus()