Class CollaborationServiceGrpc.CollaborationServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<CollaborationServiceGrpc.CollaborationServiceBlockingStub>
io.grpc.stub.AbstractBlockingStub<CollaborationServiceGrpc.CollaborationServiceBlockingStub>
org.episteme.server.server.proto.CollaborationServiceGrpc.CollaborationServiceBlockingStub
- Enclosing class:
CollaborationServiceGrpc
public static final class CollaborationServiceGrpc.CollaborationServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<CollaborationServiceGrpc.CollaborationServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service CollaborationService.
Service for Real-Time Collaboration (Whiteboard, Chat, Shared State)
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) createSession(CreateSessionRequest request) Creates a new session and returns its IDjoinSession(SessionRequest request) Joins an existing session and streams events (Server-Sent Events)publishEvent(SessionEvent request) Publishes an event to a session (Client-Sent)Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected CollaborationServiceGrpc.CollaborationServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<CollaborationServiceGrpc.CollaborationServiceBlockingStub>
-
createSession
Creates a new session and returns its ID
-
joinSession
Joins an existing session and streams events (Server-Sent Events)
-
publishEvent
Publishes an event to a session (Client-Sent)
-