pub.consul.client:deregisterService
WmConsul. De-registers a microservice from a Consul server. Use this service as a shutdown service for the package being registered as a microservice.
Input Parameters
registryAlias | String. Optional. Alias to use to connect to a Consul server. If you do not specify this parameter, the service uses the default Consul server alias |
microserviceName | String. Microservice name to de-register from the Consul server. |
Output Parameters
None
Usage Notes
A package that identifies pub.consul.client:deregisterService as a shutdown service must identify WmConsul as a package dependency.