-
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.RingBuffer.isPublished(long) Please don't use this method. It probably won't do what you think that it does.com.lmax.disruptor.RingBuffer.resetTo(long)
-
Constructors Constructor Description com.lmax.disruptor.dsl.Disruptor(EventFactory<T>, int, Executor) Use aThreadFactory
instead of anExecutor
as a the ThreadFactory is able to report errors when it is unable to construct a thread to run a producer.