接口 ExposableEndpoint<O extends Operation>
- 类型参数:
O- the type of the endpoint's operations
- 所有已知子接口:
DiscoveredEndpoint<O>,ExposableControllerEndpoint,ExposableJmxEndpoint,ExposableServletEndpoint,ExposableWebEndpoint
public interface ExposableEndpoint<O extends Operation>
Information describing an endpoint that can be exposed in some technology specific way.- 从以下版本开始:
- 2.0.0
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 EndpointIdgetEndpointId()Return the endpoint ID.Collection<O>getOperations()Returns the operations of the endpoint.booleanisEnableByDefault()Returns if the endpoint is enabled by default.
方法详细资料
getEndpointId
EndpointId getEndpointId()
Return the endpoint ID.- 返回:
- the endpoint ID
isEnableByDefault
boolean isEnableByDefault()
Returns if the endpoint is enabled by default.- 返回:
- if the endpoint is enabled by default
getOperations
Collection<O> getOperations()
Returns the operations of the endpoint.- 返回:
- the operations