Uses of Class
io.dapr.v1.DaprProtos.RaiseEventWorkflowRequest
-
Uses of DaprProtos.RaiseEventWorkflowRequest in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.RaiseEventWorkflowRequest.Builder.build()
DaprProtos.RaiseEventWorkflowRequest.Builder.buildPartial()
DaprProtos.RaiseEventWorkflowRequest.getDefaultInstance()
DaprProtos.RaiseEventWorkflowRequest.Builder.getDefaultInstanceForType()
DaprProtos.RaiseEventWorkflowRequest.getDefaultInstanceForType()
DaprProtos.RaiseEventWorkflowRequest.parseDelimitedFrom
(InputStream input) DaprProtos.RaiseEventWorkflowRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RaiseEventWorkflowRequest.parseFrom
(byte[] data) DaprProtos.RaiseEventWorkflowRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RaiseEventWorkflowRequest.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.RaiseEventWorkflowRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RaiseEventWorkflowRequest.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.RaiseEventWorkflowRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RaiseEventWorkflowRequest.parseFrom
(InputStream input) DaprProtos.RaiseEventWorkflowRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RaiseEventWorkflowRequest.parseFrom
(ByteBuffer data) DaprProtos.RaiseEventWorkflowRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.RaiseEventWorkflowRequest>
DaprProtos.RaiseEventWorkflowRequest.getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.RaiseEventWorkflowRequest,
com.google.protobuf.Empty> DaprGrpc.getRaiseEventWorkflowAlpha1Method()
static io.grpc.MethodDescriptor<DaprProtos.RaiseEventWorkflowRequest,
com.google.protobuf.Empty> DaprGrpc.getRaiseEventWorkflowBeta1Method()
static com.google.protobuf.Parser<DaprProtos.RaiseEventWorkflowRequest>
DaprProtos.RaiseEventWorkflowRequest.parser()
Modifier and TypeMethodDescriptionDaprProtos.RaiseEventWorkflowRequest.Builder.mergeFrom
(DaprProtos.RaiseEventWorkflowRequest other) DaprProtos.RaiseEventWorkflowRequest.newBuilder
(DaprProtos.RaiseEventWorkflowRequest prototype) default void
DaprGrpc.AsyncService.raiseEventWorkflowAlpha1
(DaprProtos.RaiseEventWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Raise an event to a running workflow instancecom.google.protobuf.Empty
DaprGrpc.DaprBlockingStub.raiseEventWorkflowAlpha1
(DaprProtos.RaiseEventWorkflowRequest request) Raise an event to a running workflow instancecom.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
DaprGrpc.DaprFutureStub.raiseEventWorkflowAlpha1
(DaprProtos.RaiseEventWorkflowRequest request) Raise an event to a running workflow instancevoid
DaprGrpc.DaprStub.raiseEventWorkflowAlpha1
(DaprProtos.RaiseEventWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Raise an event to a running workflow instancedefault void
DaprGrpc.AsyncService.raiseEventWorkflowBeta1
(DaprProtos.RaiseEventWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Raise an event to a running workflow instancecom.google.protobuf.Empty
DaprGrpc.DaprBlockingStub.raiseEventWorkflowBeta1
(DaprProtos.RaiseEventWorkflowRequest request) Raise an event to a running workflow instancecom.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
DaprGrpc.DaprFutureStub.raiseEventWorkflowBeta1
(DaprProtos.RaiseEventWorkflowRequest request) Raise an event to a running workflow instancevoid
DaprGrpc.DaprStub.raiseEventWorkflowBeta1
(DaprProtos.RaiseEventWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Raise an event to a running workflow instance