Uses of Class
io.vertx.ext.consul.CheckOptions
Packages that use CheckOptions
-
Uses of CheckOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return CheckOptionsModifier and TypeMethodDescriptionServiceOptions.getCheckOptions()Get check options of serviceCheckOptions.setDeregisterAfter(String deregisterAfter) Set deregister timeout.Specifies a gRPC check's endpoint that supports the standard gRPC health checking protocol.CheckOptions.setGrpcTls(boolean grpcTls) Specifies whether to use TLS for this gRPC health check.CheckOptions.setHeaders(Map<String, List<String>> header) Set headers to checkSet HTTP address to check.Set check IDCheckOptions.setInterval(String interval) Set checking intervalSet check name.Set check notesCheckOptions.setScriptArgs(List<String> scriptArgs) Set scriptArgs.CheckOptions.setServiceId(String serviceId) Set the service ID to associate the registered check with an existing service provided by the agent.CheckOptions.setStatus(CheckStatus status) Set the check status to specify the initial state of the health check.Set TCP address to check.CheckOptions.setTlsSkipVerify(boolean tlsSkipVerify) Specifies if the certificate for an HTTPS check should not be verified.Set Time to Live of check.Methods in io.vertx.ext.consul that return types with arguments of type CheckOptionsModifier and TypeMethodDescriptionServiceOptions.getCheckListOptions()Get checks options of serviceMethods in io.vertx.ext.consul with parameters of type CheckOptionsModifier and TypeMethodDescriptionConsulClient.registerCheck(CheckOptions checkOptions) Add a new check to the local agent.ServiceOptions.setCheckOptions(CheckOptions checkOptions) Set check options of serviceMethod parameters in io.vertx.ext.consul with type arguments of type CheckOptionsModifier and TypeMethodDescriptionServiceOptions.setCheckListOptions(List<CheckOptions> checkListOptions) Set checks options of serviceConstructors in io.vertx.ext.consul with parameters of type CheckOptions -
Uses of CheckOptions in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type CheckOptionsModifier and TypeMethodDescriptionConsulClient.registerCheck(CheckOptions checkOptions) Add a new check to the local agent.ConsulClient.rxRegisterCheck(CheckOptions checkOptions) Add a new check to the local agent. -
Uses of CheckOptions in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul with parameters of type CheckOptionsModifier and TypeMethodDescriptionConsulClient.registerCheck(CheckOptions checkOptions) Add a new check to the local agent.ConsulClient.rxRegisterCheck(CheckOptions checkOptions) Add a new check to the local agent.