Interface PrioritizedCallable<V>

All Superinterfaces:
Callable<V>
All Known Subinterfaces:
PrioritizedQueryRunnerCallable<T,V>
All Known Implementing Classes:
AbstractPrioritizedCallable, AbstractPrioritizedQueryRunnerCallable

public interface PrioritizedCallable<V> extends Callable<V>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface java.util.concurrent.Callable

    call
  • Method Details

    • getPriority

      int getPriority()