@ConfigurationProperties(prefix="endpoints.camelroutecontroller")
public class CamelRouteControllerEndpoint
extends org.springframework.boot.actuate.endpoint.AbstractEndpoint<T>
Endpoint
to expose RouteController
information.Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_ID |
Constructor and Description |
---|
CamelRouteControllerEndpoint(org.apache.camel.CamelContext camelContext) |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.CamelContext |
getCamelContext() |
List<String> |
invoke() |
public static final String ENDPOINT_ID
Apache Camel