-
Deprecated MethodsMethodDescriptionThis method only applies to future event handlers. Use setDefaultExceptionHandler instead which applies to existing and new event handlers.Please don't use this method. It probably won't do what you think that it does.
-
Deprecated ConstructorsConstructorDescriptionUse a
ThreadFactory
instead of anExecutor
as a the ThreadFactory is able to report errors when it is unable to construct a thread to run a producer.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.