Uses of Class
org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager
-
Packages that use QueuedNotificationManager Package Description org.opendaylight.yangtools.util.concurrent Utility classes for dealing with asynchronous and concurrent tasks. -
-
Uses of QueuedNotificationManager in org.opendaylight.yangtools.util.concurrent
Methods in org.opendaylight.yangtools.util.concurrent that return QueuedNotificationManager Modifier and Type Method Description static <L,N>
QueuedNotificationManager<L,N>QueuedNotificationManager. create(@NonNull Executor executor, @NonNull QueuedNotificationManager.BatchedInvoker<L,N> listenerInvoker, int maxQueueCapacity, @NonNull String name)
Create a new notification manager.
-