Uses of Class
io.dapr.v1.DaprProtos.BulkPublishResponse
Packages that use DaprProtos.BulkPublishResponse
-
Uses of DaprProtos.BulkPublishResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.BulkPublishResponseModifier 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) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.BulkPublishResponseModifier 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()
Methods in io.dapr.v1 with parameters of type DaprProtos.BulkPublishResponseModifier and TypeMethodDescriptionDaprProtos.BulkPublishResponse.Builder.mergeFrom
(DaprProtos.BulkPublishResponse other) DaprProtos.BulkPublishResponse.newBuilder
(DaprProtos.BulkPublishResponse prototype) Method parameters in io.dapr.v1 with type arguments of type DaprProtos.BulkPublishResponseModifier 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.