be.wegenenverkeer.atomium

server

package server

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractAsyncFeedStore[E, C <: Context] extends AsyncFeedStore[E, C] with FeedStoreSupport[E]

    A feed store is responsible for the persistence of feeds.

  2. abstract class AbstractFeedStore[E, C <: Context] extends FeedStore[E, C] with FeedStoreSupport[E]

    A feed store is responsible for the persistence of feeds.

  3. class AsyncFeedService[E, C <: Context] extends AnyRef

    A feed service provides the following functionality: - push new entries to the feed - get a page from the feed

  4. trait AsyncFeedStore[E, C <: Context] extends AnyRef

    A feed store is responsible for the persistence of feeds.

  5. trait Context extends AnyRef

  6. class FeedService[E, C <: Context] extends AnyRef

    A feed service provides the following functionality: - push new entries to the feed - get a page from the feed

  7. trait FeedStore[E, C <: Context] extends AnyRef

    A feed store is responsible for the persistence of feeds.

  8. trait FeedStoreSupport[E] extends AnyRef

  9. class MemoryFeedStore[T, C <: Context] extends AbstractFeedStore[T, C]

    An in memory feedstore.

Ungrouped