Package com.linecorp.armeria.spring
Class InternalServices
java.lang.Object
com.linecorp.armeria.spring.InternalServices
A collection of internal
HttpService
s and their Port
s.-
Method Summary
Modifier and TypeMethodDescriptionReturns theDocService
.Returns theHealthCheckService
.Returns the port to serve the internal services on.Returns the management server port oforg.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
.Returns the metrics expositionHttpService
.static InternalServices
of
(ArmeriaSettings settings, MeterRegistry meterRegistry, List<HealthChecker> healthCheckers, List<HealthCheckServiceConfigurator> healthCheckServiceConfigurators, List<DocServiceConfigurator> docServiceConfigurators, @Nullable Integer managementServerPort, @Nullable InetAddress managementServerAddress, boolean enableManagementServerSsl) Returns a newly createdInternalServices
from the specified properties.toString()
-
Method Details
-
of
@UnstableApi public static InternalServices of(ArmeriaSettings settings, MeterRegistry meterRegistry, List<HealthChecker> healthCheckers, List<HealthCheckServiceConfigurator> healthCheckServiceConfigurators, List<DocServiceConfigurator> docServiceConfigurators, @Nullable @Nullable Integer managementServerPort, @Nullable @Nullable InetAddress managementServerAddress, boolean enableManagementServerSsl) Returns a newly createdInternalServices
from the specified properties. -
docService
Returns theDocService
. -
metricsExpositionService
Returns the metrics expositionHttpService
. -
healthCheckService
Returns theHealthCheckService
. -
internalServicePort
Returns the port to serve the internal services on. -
managementServerPort
Returns the management server port oforg.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
. -
toString
-