Interface ServiceInstaller.AsyncBuilder<B>

    • Method Detail

      • async

        B async​(Supplier<Executor> executor)
        Indicates that the installed service should start and, if a stop task was specified, stop asynchronously.
        Parameters:
        executor - supplies the executor used for asynchronous execution
        Returns:
        a reference to this builder