Uses of Class
com.morpheusdata.model.process.InsertProcessStepResponse
Packages that use InsertProcessStepResponse
-
Uses of InsertProcessStepResponse in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type InsertProcessStepResponseModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<InsertProcessStepResponse>MorpheusProcessService.insertProcessStep(InsertProcessStepRequest request) Insert a new process step (ProcessEvent) into an existing Process without dispatching it. -
Uses of InsertProcessStepResponse in com.morpheusdata.core.synchronous
Methods in com.morpheusdata.core.synchronous that return InsertProcessStepResponseModifier and TypeMethodDescriptionMorpheusSynchronousProcessService.insertProcessStep(InsertProcessStepRequest request) Insert a new process step (ProcessEvent) into an existing Process without dispatching it.