-
Classes Class Description com.lmax.disruptor.util.ThreadHints Use Thread.onSpinWait() directly. This class previously existed to accommodate Java versions which do not have Thread.onSpinWait().
-
Methods Method Description com.lmax.disruptor.dsl.Disruptor.handleExceptionsWith(ExceptionHandler<? super T>) This method only applies to future event handlers. Use setDefaultExceptionHandler instead which applies to existing and new event handlers.com.lmax.disruptor.util.ThreadHints.onSpinWait() Use Thread.onSpinWait() directly. This method previously existed to accommodate Java versions which do not have Thread.onSpinWait().