Interface ReadOnlyRepo<T>

  • All Known Subinterfaces:
    Repo<T>
    All Known Implementing Classes:
    ReadOnlyStore.ReadOnlyRepoWrapper

    public interface ReadOnlyRepo<T>
    Read only access to a repeatable persisted operation. By definition, these methods are safe to call without impacting the state of FATE. They should also be safe to call without impacting the state of system components.