Class NonBlockingSupport

java.lang.Object
io.quarkus.arc.runtime.NonBlockingSupport

public class NonBlockingSupport extends Object
Utility class that allows invoking non-blocking startup methods on non-blocking threads when the Quarkus Vert.x extension is present (which provides us with support for this). This is used to avoid a circular dependency with it. This is also checked at build time so we should never have a runtime error.