Uses of Interface
io.quarkus.stork.ServiceConfiguration
-
Uses of ServiceConfiguration in io.quarkus.stork
Methods in io.quarkus.stork that return ServiceConfigurationModifier and TypeMethodDescriptionstatic ServiceConfigurationStorkConfigUtil.addRegistrarTypeIfAbsent(String serviceRegistrarType, ServiceConfiguration serviceConfiguration, String healthCheckUrl) Returns a copy of the givenServiceConfigurationwith the registrar type and optional health check URL added if the registrar type is not already set.static ServiceConfigurationStorkConfigUtil.buildDefaultRegistrarConfiguration(String serviceRegistrarType, String healthCheckPath) Builds a defaultServiceConfigurationfor a Quarkus application when no explicit service registrar configuration is defined by the developer.Methods in io.quarkus.stork that return types with arguments of type ServiceConfigurationModifier and TypeMethodDescriptionStorkConfiguration.serviceConfiguration()Configuration for the serviceMethods in io.quarkus.stork with parameters of type ServiceConfigurationModifier and TypeMethodDescriptionstatic ServiceConfigurationStorkConfigUtil.addRegistrarTypeIfAbsent(String serviceRegistrarType, ServiceConfiguration serviceConfiguration, String healthCheckUrl) Returns a copy of the givenServiceConfigurationwith the registrar type and optional health check URL added if the registrar type is not already set.