Interface ManagedEndpointServiceRegistryMBean
- All Superinterfaces:
ManagedServiceMBean
-
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from interface org.apache.camel.api.management.mbean.ManagedServiceMBean
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend
-
Method Details
-
getNumberOfEndpointServices
@ManagedAttribute(description="Number of endpoint services in the registry") int getNumberOfEndpointServices() -
listEndpointServices
@ManagedOperation(description="Lists all the endpoint services in the registry") TabularData listEndpointServices()
-