Package io.atomix.api.runtime.topic.v1
Class TopicGrpc.TopicBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<TopicGrpc.TopicBlockingStub>
io.atomix.api.runtime.topic.v1.TopicGrpc.TopicBlockingStub
- Enclosing class:
TopicGrpc
public static final class TopicGrpc.TopicBlockingStub
extends io.grpc.stub.AbstractBlockingStub<TopicGrpc.TopicBlockingStub>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionclose(CloseRequest request) Close closes the topiccreate(CreateRequest request) Create creates the topicpublish(PublishRequest request) Publish publishes a message to the topicsubscribe(SubscribeRequest request) Subscribe subscribes to receive messages from the topicMethods 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
-
create
Create creates the topic
-
close
Close closes the topic
-
publish
Publish publishes a message to the topic
-
subscribe
Subscribe subscribes to receive messages from the topic
-