Method and 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.resetTo(long) |
Constructor and Description |
---|
com.lmax.disruptor.dsl.Disruptor(EventFactory<T>, int, Executor)
Use a
ThreadFactory instead of an Executor as a the ThreadFactory
is able to report errors when it is unable to construct a thread to run a producer. |
com.lmax.disruptor.dsl.Disruptor(EventFactory<T>, int, Executor, ProducerType, WaitStrategy)
Use a
ThreadFactory instead of an Executor as a the ThreadFactory
is able to report errors when it is unable to construct a thread to run a producer. |