public interface ManagedRestRegistryMBean extends ManagedServiceMBean
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfRestServices() |
TabularData |
listRestServices() |
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend@ManagedAttribute(description="Number of rest services in the registry") int getNumberOfRestServices()
@ManagedOperation(description="Lists all the Rest services in the registry (url, path, verb, consumes, produces)") TabularData listRestServices()
Apache Camel