ConsulProvider.prototype.registerSelf(registration: SelfRegistration): Promise<void>
Advertises this instance to the agent.
registration: SelfRegistration
What to advertise, with its check already defaulted
ConsulProvider.prototype.registerSelf(registration: SelfRegistration): Promise<void>
Advertises this instance to the agent.
registration: SelfRegistration
What to advertise, with its check already defaulted
import { ConsulProvider } from "service-discovery-plugin/src/index.ts";