p

backbone

package backbone

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait MessageReader [T] extends AnyRef

    Typeclass to allow reading elements of type T from Amazon SQS Messages

  2. trait MessageWriter [T] extends AnyRef

    Typeclass to write elements of type T to String to allow publishing to an Amazon SNS topic

  3. sealed trait ProcessingResult extends AnyRef

Value Members

  1. object Consumed extends ProcessingResult with Product with Serializable
  2. object MandatoryMessageReader

    This object contains factory methods creating MessageReader instances that assume that in every case a parsed message is returned or the parsing fails.

  3. object MessageReader

    This companion object contains scala apply methods which create MessageReaders

  4. object MessageWriter
  5. object OptionalMessageReader

    This is an alternative object containing the same factory methods as MessageReader companion object.

    This is an alternative object containing the same factory methods as MessageReader companion object. This is needed for Java interop

  6. object Rejected extends ProcessingResult with Product with Serializable

Ungrouped