changed event handler dispatcher name
This commit is contained in:
parent
dd69a4b763
commit
ac0273b5eb
2 changed files with 8 additions and 8 deletions
|
|
@ -124,7 +124,7 @@ object EventHandler extends ListenerManagement {
|
|||
val info = "[INFO] [%s] [%s] [%s] %s".intern
|
||||
val debug = "[DEBUG] [%s] [%s] [%s] %s".intern
|
||||
val generic = "[GENERIC] [%s] [%s]".intern
|
||||
val ID = "default:error:handler".intern
|
||||
val ID = "event:handler".intern
|
||||
|
||||
val EventHandlerDispatcher = Dispatchers.newExecutorBasedEventDrivenDispatcher(ID).build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue