EmbeddingMethodClientChannel class
Methods
-
createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, CallOptions options)
→ ClientCall<Q, R>
-
Initiates a new RPC on this connection.
-
createConnection()
→ ClientConnection
-
-
getConnection()
→ Future<ClientConnection>
-
Returns a connection to this
Channel's RPC endpoint.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
shutdown()
→ Future<void>
-
Shuts down this channel.
inherited
-
terminate()
→ Future<void>
-
Terminates this channel.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited