mike-glorioso / eggnine

Apache License 2.0
0 stars 0 forks source link

Allow Engine observers to query Round-related details (update prototype to implement) #3

Open mike-glorioso opened 8 years ago

mike-glorioso commented 8 years ago
interface Engine shall:
    provide a count of Rounds matching RoundFilter criteria
    provide a Round by RoundFilter and zero-based index
create RoundFilters for Rounds:
    created
    completed
    successfully
    processing (assert that this is 1?)
    unprocessed