Uses of Class
io.dapr.v1.DaprProtos.BulkPublishRequest
-
Packages that use DaprProtos.BulkPublishRequest Package Description io.dapr.v1 -
-
Uses of DaprProtos.BulkPublishRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.BulkPublishRequest Modifier and Type Method Description DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest.Builder. build()
DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest.Builder. buildPartial()
static DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest. getDefaultInstance()
DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest.Builder. getDefaultInstanceForType()
DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest. getDefaultInstanceForType()
static DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest. parseDelimitedFrom(InputStream input)
static DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest. parseFrom(byte[] data)
static DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest. parseFrom(InputStream input)
static DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest. parseFrom(ByteBuffer data)
static DaprProtos.BulkPublishRequest
DaprProtos.BulkPublishRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.BulkPublishRequest Modifier and Type Method Description static 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.BulkPublishRequest Modifier and Type Method Description DaprProtos.BulkPublishResponse
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.void
DaprGrpc.DaprImplBase. 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.DaprProtos.BulkPublishRequest.Builder
DaprProtos.BulkPublishRequest.Builder. mergeFrom(DaprProtos.BulkPublishRequest other)
static DaprProtos.BulkPublishRequest.Builder
DaprProtos.BulkPublishRequest. newBuilder(DaprProtos.BulkPublishRequest prototype)
-