Package io.atomix.api.runtime.topic.v1
Class TopicGrpc.TopicBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<TopicGrpc.TopicBlockingStub>
io.atomix.api.runtime.topic.v1.TopicGrpc.TopicBlockingStub
- Enclosing class:
TopicGrpc
public static final class TopicGrpc.TopicBlockingStub
extends io.grpc.stub.AbstractStub<TopicGrpc.TopicBlockingStub>
-
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.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
-