public class CamelRoutesRestClient extends BaseRestClient
LOG
Constructor and Description |
---|
CamelRoutesRestClient() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCamelEnabledFor(AnyTypeKind anyTypeKind) |
List<CamelRouteTO> |
list(AnyTypeKind anyTypeKind) |
CamelMetrics |
metrics() |
CamelRouteTO |
read(AnyTypeKind anyTypeKind,
String key) |
void |
update(AnyTypeKind anyTypeKind,
CamelRouteTO routeTO) |
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
public List<CamelRouteTO> list(AnyTypeKind anyTypeKind)
public CamelRouteTO read(AnyTypeKind anyTypeKind, String key)
public void update(AnyTypeKind anyTypeKind, CamelRouteTO routeTO)
public boolean isCamelEnabledFor(AnyTypeKind anyTypeKind)
public CamelMetrics metrics()
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.