Interface PullRequest<T>

  • All Known Implementing Classes:
    PushRequest

    public interface PullRequest<T>
    • Method Summary

      Modifier and Type Method Description
      float prio()  
      void pull​(PullContext<? super T> context)  
    • Method Detail

      • prio

        float prio()