Interface TaskQueue.TaskProcessor<T>

Enclosing class:
TaskQueue<T,K>

public static interface TaskQueue.TaskProcessor<T>
Verarbeitet ein Item. Darf Exceptions werfen – werden geloggt.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(T item)