Uses of Class
io.dapr.v1.DaprProtos.BulkPublishResponse
-
Uses of DaprProtos.BulkPublishResponse in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.BulkPublishResponse.Builder.build()
DaprProtos.BulkPublishResponse.Builder.buildPartial()
DaprGrpc.DaprBlockingStub.bulkPublishEventAlpha1
(DaprProtos.BulkPublishRequest request) Bulk Publishes multiple events to the specified topic.DaprProtos.BulkPublishResponse.getDefaultInstance()
DaprProtos.BulkPublishResponse.Builder.getDefaultInstanceForType()
DaprProtos.BulkPublishResponse.getDefaultInstanceForType()
DaprProtos.BulkPublishResponse.parseDelimitedFrom
(InputStream input) DaprProtos.BulkPublishResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.BulkPublishResponse.parseFrom
(byte[] data) DaprProtos.BulkPublishResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.BulkPublishResponse.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.BulkPublishResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.BulkPublishResponse.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.BulkPublishResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.BulkPublishResponse.parseFrom
(InputStream input) DaprProtos.BulkPublishResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.BulkPublishResponse.parseFrom
(ByteBuffer data) DaprProtos.BulkPublishResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<DaprProtos.BulkPublishResponse>
DaprGrpc.DaprFutureStub.bulkPublishEventAlpha1
(DaprProtos.BulkPublishRequest request) Bulk Publishes multiple events to the specified topic.static io.grpc.MethodDescriptor<DaprProtos.BulkPublishRequest,
DaprProtos.BulkPublishResponse> DaprGrpc.getBulkPublishEventAlpha1Method()
com.google.protobuf.Parser<DaprProtos.BulkPublishResponse>
DaprProtos.BulkPublishResponse.getParserForType()
static com.google.protobuf.Parser<DaprProtos.BulkPublishResponse>
DaprProtos.BulkPublishResponse.parser()
Modifier and TypeMethodDescriptionDaprProtos.BulkPublishResponse.Builder.mergeFrom
(DaprProtos.BulkPublishResponse other) DaprProtos.BulkPublishResponse.newBuilder
(DaprProtos.BulkPublishResponse prototype) Modifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.bulkPublishEventAlpha1
(DaprProtos.BulkPublishRequest request, io.grpc.stub.StreamObserver<DaprProtos.BulkPublishResponse> responseObserver) Bulk Publishes multiple events to the specified topic.void
DaprGrpc.DaprStub.bulkPublishEventAlpha1
(DaprProtos.BulkPublishRequest request, io.grpc.stub.StreamObserver<DaprProtos.BulkPublishResponse> responseObserver) Bulk Publishes multiple events to the specified topic.