Interface NonBlocking


public interface NonBlocking
A marker interface that is detected on Threads while executing Reactor blocking APIs, resulting in these calls throwing an exception.

See Schedulers.isInNonBlockingThread()} and Schedulers.isNonBlockingThread(Thread)

Author:
Simon Baslé