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