Uses of Interface
com.networknt.consul.client.ConsulClient
-
Packages that use ConsulClient Package Description com.networknt.consul com.networknt.consul.client -
-
Uses of ConsulClient in com.networknt.consul
Methods in com.networknt.consul with parameters of type ConsulClient Modifier and Type Method Description void
ConsulHeartbeatManager. setClient(ConsulClient client)
Constructors in com.networknt.consul with parameters of type ConsulClient Constructor Description ConsulHeartbeatManager(ConsulClient client, String token)
ConsulRegistry(URL url, ConsulClient client)
-
Uses of ConsulClient in com.networknt.consul.client
Classes in com.networknt.consul.client that implement ConsulClient Modifier and Type Class Description class
ConsulClientImpl
A client that talks to Consul agent with REST API.
-