p
backbone
package backbone
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
MessageReader
[T] extends AnyRef
Typeclass to allow reading elements of type T from Amazon SQS Messages
-
trait
MessageWriter
[T] extends AnyRef
Typeclass to write elements of type T to String to allow publishing to an Amazon SNS topic
- sealed trait ProcessingResult extends AnyRef
Value Members
- object Consumed extends ProcessingResult with Product with Serializable
-
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.
-
object
MessageReader
This companion object contains scala apply methods which create MessageReaders
- object MessageWriter
-
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
- object Rejected extends ProcessingResult with Product with Serializable