public abstract static class SessionServiceGrpc.SessionServiceImplBase extends Object implements io.grpc.BindableService
| Constructor and Description |
|---|
SessionServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
io.grpc.stub.StreamObserver<SessionProto.Transaction.Req> |
transaction(io.grpc.stub.StreamObserver<SessionProto.Transaction.Res> responseObserver)
Represents a full transaction.
|
public io.grpc.stub.StreamObserver<SessionProto.Transaction.Req> transaction(io.grpc.stub.StreamObserver<SessionProto.Transaction.Res> responseObserver)
Represents a full transaction. The stream of `Transaction.Req`s must begin with a `Open` message. When the call is completed, the transaction will always be closed, with or without a `Commit` message.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2018 Grakn Labs Ltd. All rights reserved.