类的使用
org.springframework.boot.actuate.endpoint.EndpointId
使用EndpointId的程序包
程序包
说明
Core classes for actuator endpoint auto-configuration.
Actuator endpoint auto-configuration conditions.
Endpoint exposure logic used for auto-configuration and conditions.
Endpoint support.
Annotation support for actuator endpoints.
Interfaces and classes relating to invoking operation methods.
Caching support for actuator endpoints.
Annotation support for actuator JMX endpoints.
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
Actuator health indicator and endpoints.
-
org.springframework.boot.actuate.autoconfigure.endpoint中EndpointId的使用
修饰符和类型方法说明PropertiesEndpointAccessResolver.accessFor(EndpointId endpointId, Access defaultAccess) -
org.springframework.boot.actuate.autoconfigure.endpoint.condition中EndpointId的使用
修饰符和类型方法说明EndpointExposureOutcomeContributor.getExposureOutcome(EndpointId endpointId, Set<EndpointExposure> exposures, ConditionMessage.Builder message) Return if the given endpoint is exposed for the given set of exposure technologies. -
org.springframework.boot.actuate.autoconfigure.endpoint.expose中EndpointId的使用
修饰符和类型方法说明final booleanIncludeExcludeEndpointFilter.match(EndpointId endpointId) Returntrueif the filter matches. -
org.springframework.boot.actuate.endpoint中EndpointId的使用
修饰符和类型方法说明static EndpointIdEndpointId.fromPropertyValue(String value) Factory method to create a newEndpointIdfrom a property value.AbstractExposableEndpoint.getEndpointId()ExposableEndpoint.getEndpointId()Return the endpoint ID.static EndpointIdFactory method to create a newEndpointIdof the specified value.static EndpointIdEndpointId.of(Environment environment, String value) Factory method to create a newEndpointIdof the specified value.修饰符和类型方法说明EndpointAccessResolver.accessFor(EndpointId endpointId, Access defaultAccess) Resolves the permitted level of access for the endpoint with the givenendpointIdanddefaultAccess.booleanOperationFilter.match(O operation, EndpointId endpointId, Access defaultAccess) Returntrueif the filter matches.限定符构造器说明AbstractExposableEndpoint(EndpointId id, boolean enabledByDefault, Collection<? extends O> operations) 已过时, 待删除: 此 API 元素将从以后的版本中删除。AbstractExposableEndpoint(EndpointId id, Access defaultAccess, Collection<? extends O> operations) Create a newAbstractExposableEndpointinstance. -
org.springframework.boot.actuate.endpoint.annotation中EndpointId的使用
修饰符和类型方法说明protected EEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, boolean enabledByDefault, Collection<O> operations) 已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor ofEndpointDiscoverer.createEndpoint(Object, EndpointId, Access, Collection)protected abstract EEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, Access defaultAccess, Collection<O> operations) Factory method called to create theendpoint.protected abstract OEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Factory method to create anendpoint operation.限定符构造器说明AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?> discoverer, Object endpointBean, EndpointId id, boolean enabledByDefault, Collection<? extends O> operations) 已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor ofAbstractDiscoveredEndpoint(EndpointDiscoverer, Object, EndpointId, Access, Collection)AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?> discoverer, Object endpointBean, EndpointId id, Access defaultAccess, Collection<? extends O> operations) Create a newAbstractDiscoveredEndpointinstance. -
org.springframework.boot.actuate.endpoint.invoke中EndpointId的使用
修饰符和类型方法说明OperationInvokerAdvisor.apply(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker) Apply additional functionality to the given invoker. -
org.springframework.boot.actuate.endpoint.invoker.cache中EndpointId的使用
修饰符和类型方法说明CachingOperationInvokerAdvisor.apply(EndpointId endpointId, OperationType operationType, OperationParameters parameters, OperationInvoker invoker) -
org.springframework.boot.actuate.endpoint.jmx.annotation中EndpointId的使用
修饰符和类型方法说明protected ExposableJmxEndpointJmxEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, Access defaultAccess, Collection<JmxOperation> operations) protected JmxOperationJmxEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) -
org.springframework.boot.actuate.endpoint.web中EndpointId的使用
修饰符和类型方法说明AdditionalPathsMapper.getAdditionalPaths(EndpointId endpointId, WebServerNamespace webServerNamespace) Resolve the additional paths for the specifiedendpointIdand web server namespace.PathMappedEndpoints.getAdditionalPaths(WebServerNamespace webServerNamespace, EndpointId endpointId) Return the additional paths for each mapped endpoint.PathMappedEndpoints.getEndpoint(EndpointId endpointId) Return thePathMappedEndpointwith the given ID ornullif the endpoint cannot be found.PathMappedEndpoints.getPath(EndpointId endpointId) Return the full path for the endpoint with the given ID ornullif the endpoint cannot be found.PathMappedEndpoints.getRootPath(EndpointId endpointId) Return the root path for the endpoint with the given ID ornullif the endpoint cannot be found.static StringPathMapper.getRootPath(List<PathMapper> pathMappers, EndpointId endpointId) Resolve the root path for the specifiedendpointIdfrom the given path mappers.PathMapper.getRootPath(EndpointId endpointId) Resolve the root path for the specifiedendpointId. -
org.springframework.boot.actuate.endpoint.web.annotation中EndpointId的使用
修饰符和类型方法说明protected ExposableControllerEndpointControllerEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, Access defaultAccess, Collection<Operation> operations) 已过时, 待删除: 此 API 元素将从以后的版本中删除。protected ExposableServletEndpointServletEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, Access defaultAccess, Collection<Operation> operations) 已过时, 待删除: 此 API 元素将从以后的版本中删除。protected ExposableWebEndpointWebEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, Access defaultAccess, Collection<WebOperation> operations) protected OperationControllerEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) 已过时, 待删除: 此 API 元素将从以后的版本中删除。protected OperationServletEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) 已过时, 待删除: 此 API 元素将从以后的版本中删除。protected WebOperationWebEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) -
org.springframework.boot.actuate.health中EndpointId的使用
AbstractExposableEndpoint(EndpointId, Access, Collection)