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