Class: DirectQueryingClient

(protected) DirectQueryingClient(endpointnon-null, actorRequestFactorynon-null)

A QueryingClient which reads entity states directly from the server.

Constructor

(protected) new DirectQueryingClient(endpointnon-null, actorRequestFactorynon-null)

An internal `DirectQueryingClient` constructor. Use `FirebaseClient#usingFirebase()` for instantiation.
Parameters:
Name Type Description
endpoint HttpEndpoint the server endpoint to execute queries and commands
actorRequestFactory ActorRequestFactory a factory to instantiate the actor requests with
Source: