Uses of Class
io.dapr.v1.DaprProtos.PublishEventRequest
Packages that use DaprProtos.PublishEventRequest
-
Uses of DaprProtos.PublishEventRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.PublishEventRequestModifier and TypeMethodDescriptionDaprProtos.PublishEventRequest.Builder.build()
DaprProtos.PublishEventRequest.Builder.buildPartial()
DaprProtos.PublishEventRequest.getDefaultInstance()
DaprProtos.PublishEventRequest.Builder.getDefaultInstanceForType()
DaprProtos.PublishEventRequest.getDefaultInstanceForType()
DaprProtos.PublishEventRequest.parseDelimitedFrom
(InputStream input) DaprProtos.PublishEventRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.PublishEventRequest.parseFrom
(byte[] data) DaprProtos.PublishEventRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.PublishEventRequest.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.PublishEventRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.PublishEventRequest.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.PublishEventRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.PublishEventRequest.parseFrom
(InputStream input) DaprProtos.PublishEventRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.PublishEventRequest.parseFrom
(ByteBuffer data) DaprProtos.PublishEventRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.PublishEventRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.PublishEventRequest>
DaprProtos.PublishEventRequest.getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.PublishEventRequest,
com.google.protobuf.Empty> DaprGrpc.getPublishEventMethod()
static com.google.protobuf.Parser<DaprProtos.PublishEventRequest>
DaprProtos.PublishEventRequest.parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.PublishEventRequestModifier and TypeMethodDescriptionDaprProtos.PublishEventRequest.Builder.mergeFrom
(DaprProtos.PublishEventRequest other) DaprProtos.PublishEventRequest.newBuilder
(DaprProtos.PublishEventRequest prototype) default void
DaprGrpc.AsyncService.publishEvent
(DaprProtos.PublishEventRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Publishes events to the specific topic.com.google.protobuf.Empty
DaprGrpc.DaprBlockingStub.publishEvent
(DaprProtos.PublishEventRequest request) Publishes events to the specific topic.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
DaprGrpc.DaprFutureStub.publishEvent
(DaprProtos.PublishEventRequest request) Publishes events to the specific topic.void
DaprGrpc.DaprStub.publishEvent
(DaprProtos.PublishEventRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Publishes events to the specific topic.