Interface StripedCallable<V>

  • All Superinterfaces:
    java.util.concurrent.Callable<V>, StripedObject

    public interface StripedCallable<V>
    extends java.util.concurrent.Callable<V>, StripedObject
    All of the Callables in the same "Stripe" will be executed consecutively.
    See Also:
    StripedExecutorService
    • Method Summary

      • Methods inherited from interface java.util.concurrent.Callable

        call