Interface ManagedEndpointMBean
-
- All Known Subinterfaces:
ManagedBrowsableEndpointMBean
public interface ManagedEndpointMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCamelId()
String
getCamelManagementName()
String
getEndpointBaseUri()
String
getEndpointUri()
String
getState()
boolean
isSingleton()
-
-
-
Method Detail
-
getCamelId
@ManagedAttribute(description="Camel ID") String getCamelId()
-
getCamelManagementName
@ManagedAttribute(description="Camel ManagementName") String getCamelManagementName()
-
getEndpointUri
@ManagedAttribute(description="Endpoint URI", mask=true) String getEndpointUri()
-
getEndpointBaseUri
@ManagedAttribute(description="Endpoint Base URI (no query parameters)", mask=true) String getEndpointBaseUri()
-
isSingleton
@ManagedAttribute(description="Singleton") boolean isSingleton()
-
getState
@ManagedAttribute(description="Endpoint State") String getState()
-
-