Package com.linecorp.armeria.spring
Class InternalServices
java.lang.Object
com.linecorp.armeria.spring.InternalServices
A collection of internal
HttpServices and their Ports.-
Method Summary
Modifier and TypeMethodDescription@Nullable com.linecorp.armeria.server.docs.DocServiceReturns theDocService.@Nullable com.linecorp.armeria.server.healthcheck.HealthCheckServiceReturns theHealthCheckService.@Nullable ArmeriaSettings.PortReturns the port to serve the internal services on.@Nullable ArmeriaSettings.PortReturns the management server port oforg.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties.@Nullable com.linecorp.armeria.server.HttpServiceReturns the metrics expositionHttpService.static InternalServicesof(ArmeriaSettings settings, MeterRegistry meterRegistry, List<com.linecorp.armeria.server.healthcheck.HealthChecker> healthCheckers, List<HealthCheckServiceConfigurator> healthCheckServiceConfigurators, List<DocServiceConfigurator> docServiceConfigurators, @Nullable Integer managementServerPort, @Nullable InetAddress managementServerAddress, boolean enableManagementServerSsl) Returns a newly createdInternalServicesfrom the specified properties.toString()
-
Method Details
-
of
@UnstableApi public static InternalServices of(ArmeriaSettings settings, MeterRegistry meterRegistry, List<com.linecorp.armeria.server.healthcheck.HealthChecker> healthCheckers, List<HealthCheckServiceConfigurator> healthCheckServiceConfigurators, List<DocServiceConfigurator> docServiceConfigurators, @Nullable @Nullable Integer managementServerPort, @Nullable @Nullable InetAddress managementServerAddress, boolean enableManagementServerSsl) Returns a newly createdInternalServicesfrom the specified properties. -
docService
@Nullable public @Nullable com.linecorp.armeria.server.docs.DocService docService()Returns theDocService. -
metricsExpositionService
@Nullable public @Nullable com.linecorp.armeria.server.HttpService metricsExpositionService()Returns the metrics expositionHttpService. -
healthCheckService
@Nullable public @Nullable com.linecorp.armeria.server.healthcheck.HealthCheckService 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
-