Interface ManagedEndpointMBean
- All Known Subinterfaces:
ManagedBrowsableEndpointMBean
public interface ManagedEndpointMBean
-
Method Details
-
getCamelId
-
getCamelManagementName
-
getEndpointUri
-
getEndpointBaseUri
@ManagedAttribute(description="Endpoint Base URI (no query parameters)", mask=true) String getEndpointBaseUri() -
isSingleton
-
isRemote
@ManagedAttribute(description="Whether this endpoint connects to remote or local systems") boolean isRemote() -
getState
-
getServiceLocationUrl
@ManagedAttribute(description="Url used for network connecting to service (only available for some components)") String getServiceLocationUrl() -
getServiceLocationProtocol
@ManagedAttribute(description="Protocol used for service connecting (only available for some components)") String getServiceLocationProtocol() -
getServiceLocationMetadata
@ManagedAttribute(description="Additional metadata this endpoint is used for connecting (only available for some components)") Map<String,String> getServiceLocationMetadata()
-