class AsyncConfig: Any
      
Fields
| Name | Description | 
|---|---|
| val LOG: LoggerFactory.getLogger(this.javaClass.name) | 
Constructors
| Name | Description | 
|---|---|
| constructor() | 
Methods
getAsyncUncaughtExceptionHandler
        fun getAsyncUncaughtExceptionHandler(): MyAsyncUncaughtExceptionHandler
      
ReturnValue
| Name | Description | 
|---|---|
| MyAsyncUncaughtExceptionHandler | 
getAsyncExecutor
        fun getAsyncExecutor(): Executor
      
ReturnValue
| Name | Description | 
|---|---|
| Executor |