Uses of Class
org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager
Packages that use QueuedNotificationManager
Package
Description
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 QueuedNotificationManagerModifier and TypeMethodDescriptionstatic <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.