KapusGRPCClient class
- Annotations
-
- @GrpcServiceName.new('Kapus.KapusGRPC')
Constructors
-
KapusGRPCClient(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})
-
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ClientCall<Q, R>
-
inherited
-
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ResponseStream<R>
-
inherited
-
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options})
→ ResponseFuture<R>
-
inherited
-
addJob(KapusProto_AddJobReq request, {CallOptions? options})
→ ResponseFuture<Empty>
-
-
createConnection(KapusProto_CreateConnectionReq request, {CallOptions? options})
→ ResponseFuture<Empty>
-
-
getCollector(KapusProto_GetCollectorReq request, {CallOptions? options})
→ ResponseFuture<KapusProto_Collector>
-
-
getConnections(KapusProto_AllConnectionsReq request, {CallOptions? options})
→ ResponseFuture<KapusProto_Connections>
-
-
getEvents(KapusProto_GetEventsReq request, {CallOptions? options})
→ ResponseFuture<KapusProto_Events>
-
-
getJobs(KapusProto_GetJobsReq request, {CallOptions? options})
→ ResponseFuture<KapusProto_GetJobsRes>
-
-
getKapus(KapusProto_GetKapusReq request, {CallOptions? options})
→ ResponseFuture<KapusProto_KapusRes>
-
-
getLastPortConn(KapusProto_GetConnectionReq request, {CallOptions? options})
→ ResponseFuture<KapusProto_Connection>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeConnection(KapusProto_RemoveConnectionReq request, {CallOptions? options})
→ ResponseFuture<Empty>
-
-
removeJob(KapusProto_RemoveJobReq request, {CallOptions? options})
→ ResponseFuture<Empty>
-
-
removeUnlinked(KapusProto_RemoveUnlinkedReq request, {CallOptions? options})
→ ResponseFuture<Empty>
-
-
toString()
→ String
-
A string representation of this object.
inherited