Interface QueueRunner

  • All Known Implementing Classes:
    BaseQueueRunner
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface QueueRunner
    Интерфейс обработчика пула задач очереди
    Since:
    16.07.2017
    • Method Detail

      • runQueue

        @Nonnull
        QueueProcessingStatus runQueue​(@Nonnull
                                       QueueConsumer queueConsumer)
        Единократно обработать заданную очередь
        Parameters:
        queueConsumer - очередь для обработки
        Returns:
        тип результата выполнения задачи