Interface ResultsProtocol.ReaderRole

All Known Subinterfaces:
ResultsProtocol.OwnerRole
All Known Implementing Classes:
InMemoryResultsCellRepository.InMemoryCell, PostgresResultsCellRepository.PostgresResultsCell
Enclosing class:
ResultsProtocol

public static interface ResultsProtocol.ReaderRole
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    After calling cancel, `get` is no longer legal to invoke.
    get()
     
  • Method Details

    • get

    • cancel

      void cancel()
      After calling cancel, `get` is no longer legal to invoke.