io.sarl.sre.janus.services.executor
Class QuietThreadExecutorPolicy
All Superinterfaces:
java.lang.Thread.UncaughtExceptionHandler, java.util.concurrent.RejectedExecutionHandler
@javax.inject.Singleton
class QuietThreadExecutorPolicy
extends AbstractThreadExecutorPolicy
A handler for rejected tasks and uncaught exceptions that logs nothing.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Action Summary
Modifier and type Action and description
void uncaughtException(Thread,Throwable)
Action Details
uncaughtException(Thread,Throwable)
def uncaughtException(Thread,Throwable)