Uses of Class
com.salesforce.eventbus.protobuf.PublishResponse
Packages that use PublishResponse
-
Uses of PublishResponse in com.salesforce.eventbus.protobuf
Methods in com.salesforce.eventbus.protobuf that return PublishResponseModifier and TypeMethodDescriptionPublishResponse.Builder.build()PublishResponse.Builder.buildPartial()static PublishResponsePublishResponse.getDefaultInstance()PublishResponse.Builder.getDefaultInstanceForType()PublishResponse.getDefaultInstanceForType()static PublishResponsePublishResponse.parseDelimitedFrom(InputStream input) static PublishResponsePublishResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PublishResponsePublishResponse.parseFrom(byte[] data) static PublishResponsePublishResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PublishResponsePublishResponse.parseFrom(com.google.protobuf.ByteString data) static PublishResponsePublishResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PublishResponsePublishResponse.parseFrom(com.google.protobuf.CodedInputStream input) static PublishResponsePublishResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PublishResponsePublishResponse.parseFrom(InputStream input) static PublishResponsePublishResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PublishResponsePublishResponse.parseFrom(ByteBuffer data) static PublishResponsePublishResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PubSubGrpc.PubSubBlockingStub.publish(PublishRequest request) Send a publish request to synchronously publish events to a topic.Methods in com.salesforce.eventbus.protobuf that return types with arguments of type PublishResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PublishResponse>PublishResponse.getParserForType()static io.grpc.MethodDescriptor<PublishRequest,PublishResponse> PubSubGrpc.getPublishMethod()static io.grpc.MethodDescriptor<PublishRequest,PublishResponse> PubSubGrpc.getPublishStreamMethod()static com.google.protobuf.Parser<PublishResponse>PublishResponse.parser()com.google.common.util.concurrent.ListenableFuture<PublishResponse>PubSubGrpc.PubSubFutureStub.publish(PublishRequest request) Send a publish request to synchronously publish events to a topic.Methods in com.salesforce.eventbus.protobuf with parameters of type PublishResponseModifier and TypeMethodDescriptionPublishResponse.Builder.mergeFrom(PublishResponse other) static PublishResponse.BuilderPublishResponse.newBuilder(PublishResponse prototype) Method parameters in com.salesforce.eventbus.protobuf with type arguments of type PublishResponseModifier and TypeMethodDescriptiondefault voidPubSubGrpc.AsyncService.publish(PublishRequest request, io.grpc.stub.StreamObserver<PublishResponse> responseObserver) Send a publish request to synchronously publish events to a topic.voidPubSubGrpc.PubSubStub.publish(PublishRequest request, io.grpc.stub.StreamObserver<PublishResponse> responseObserver) Send a publish request to synchronously publish events to a topic.default io.grpc.stub.StreamObserver<PublishRequest>PubSubGrpc.AsyncService.publishStream(io.grpc.stub.StreamObserver<PublishResponse> responseObserver) Bidirectional Streaming RPC to publish events to the event bus.io.grpc.stub.StreamObserver<PublishRequest>PubSubGrpc.PubSubStub.publishStream(io.grpc.stub.StreamObserver<PublishResponse> responseObserver) Bidirectional Streaming RPC to publish events to the event bus.