Interface ReactiveProcess

All Superinterfaces:
AsyncCloseable, Reactive

public interface ReactiveProcess extends Reactive, AsyncCloseable
  • Method Details

    • startProcess

      Promise<Void> startProcess()
    • getProcessCompletion

      @Contract(pure=true) Promise<Void> getProcessCompletion()