Package gov.nasa.jpl.aerie.merlin.server
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 Details
-
get
ResultsProtocol.State get() -
cancel
void cancel()After calling cancel, `get` is no longer legal to invoke.
-