Connector class

Constructors

Connector(String _uri, {String? token})

Properties

hashCode int
The hash code for this object.
no setterinherited
metadata Map<String, String>
getter/setter pair
onclose ↔ (void Function(Service service, GrpcError? err)?)
getter/setter pair
onopen ↔ (void Function(Service service)?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services Map<String, Service>
getter/setter pair
trailers Map<String, String>
getter/setter pair

Methods

callOptions() → CallOptions
close() → void
grpcClientChannel() → ClientChannel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClosed(Service service) → void
onError(Service service, GrpcError err) → void
onHeaders(Service service, Map<String, String> headers) → void
onTrailers(Service service, Map<String, String> trailers) → void
registerService(Service service) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited