Interface MigrationServiceGrpc.AsyncService

    • Method Detail

      • deleteMigrationWorkflow

        default void deleteMigrationWorkflow​(DeleteMigrationWorkflowRequest request,
                                             io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
         Deletes a migration workflow by name.
         
      • startMigrationWorkflow

        default void startMigrationWorkflow​(StartMigrationWorkflowRequest request,
                                            io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
         Starts a previously created migration workflow. I.e., the state transitions
         from DRAFT to RUNNING. This is a no-op if the state is already RUNNING.
         An error will be signaled if the state is anything other than DRAFT or
         RUNNING.