be.wegenenverkeer.atomium

client

package client

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. client
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class EntryRef[E](entryId: String, url: Url, entry: Option[Entry[E]]) extends Product with Serializable

    The feed entry id reference contains the data that indicates which entry was last consumed.

    The feed entry id reference contains the data that indicates which entry was last consumed.

    entryId

    the entry id of the last consumed item

    url

    the url of the last retrieved page

  2. class FeedEntryIterator[E] extends Iterator[EntryRef[E]]

    A blocking Feed Iterator.

    A blocking Feed Iterator.

    This Iterator is backed by an AsyncFeedEntryIterator and an AsyncFeedProvider

    E

    - the Feed's content type

  3. type FeedEntryUnmarshaller[E] = (String) ⇒ Try[Feed[E]]

  4. case class FeedProcessingException(entryIdOpt: Option[String], message: String) extends RuntimeException with Product with Serializable

  5. trait FeedProvider[E] extends AnyRef

  6. trait FeedUnmarshaller[E] extends AnyRef

Value Members

  1. object EntryRef extends Serializable

  2. object FeedEntryIterator

  3. package async

Inherited from AnyRef

Inherited from Any

Ungrouped