Uses of Interface
io.streamthoughts.azkarra.http.query.QueryURLBuilder
-
Packages that use QueryURLBuilder Package Description io.streamthoughts.azkarra.http.query -
-
Uses of QueryURLBuilder in io.streamthoughts.azkarra.http.query
Constructors in io.streamthoughts.azkarra.http.query with parameters of type QueryURLBuilder Constructor Description HttpRemoteQueryClient(okhttp3.OkHttpClient httpClient, QueryURLBuilder queryURLBuilder, Serdes<QueryResult> serdes)
Creates a newHttpRemoteQueryClient
instance.
-