Uses of Class
org.kiwiproject.consul.PreparedQueryClient
Packages that use PreparedQueryClient
-
Uses of PreparedQueryClient in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return PreparedQueryClientModifier and TypeMethodDescriptionConsul.preparedQueryClient()Get the Prepared Query HTTP client.Constructors in org.kiwiproject.consul with parameters of type PreparedQueryClientModifierConstructorDescriptionprotectedConsul(AgentClient agentClient, HealthClient healthClient, KeyValueClient keyValueClient, CatalogClient catalogClient, StatusClient statusClient, SessionClient sessionClient, EventClient eventClient, PreparedQueryClient preparedQueryClient, CoordinateClient coordinateClient, OperatorClient operatorClient, ExecutorService executorService, okhttp3.ConnectionPool connectionPool, AclClient aclClient, SnapshotClient snapshotClient, okhttp3.OkHttpClient okHttpClient) Package-private constructor.