public class UscAsynchronousEventHandler extends Object
| Constructor and Description |
|---|
UscAsynchronousEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
asynchronizedhandle(UscEvent event,
UscEventHandler handler)
static method,can make the event processing process becomes not
synchronized
|
static void |
closeExecutorService()
finalize the thread pool service
|
public static void asynchronizedhandle(UscEvent event, UscEventHandler handler)
event - the event will be handledhandler - the handler which will process the eventpublic static void closeExecutorService()
Copyright © 2019 OpenDaylight. All rights reserved.