Uses of Interface
org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager.BatchedInvoker
-
Packages that use QueuedNotificationManager.BatchedInvoker Package Description org.opendaylight.yangtools.util.concurrent -
-
Uses of QueuedNotificationManager.BatchedInvoker in org.opendaylight.yangtools.util.concurrent
Methods in org.opendaylight.yangtools.util.concurrent with parameters of type QueuedNotificationManager.BatchedInvoker 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.
-