org.apache.camel.api.management.mbean
Interface ManagedRestRegistryMBean
- All Superinterfaces:
- ManagedServiceMBean
- All Known Implementing Classes:
- ManagedRestRegistry
public interface ManagedRestRegistryMBean
- extends ManagedServiceMBean
| Methods inherited from interface org.apache.camel.api.management.mbean.ManagedServiceMBean |
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend |
getNumberOfRestServices
@ManagedAttribute(description="Number of rest services in the registry")
int getNumberOfRestServices()
listRestServices
@ManagedOperation(description="Lists all the Rest services in the registry (url, path, verb, consumes, produces)")
TabularData listRestServices()
Apache Camel