Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMessageTypeNotAllowed = errors.New("message type not allowed") // for topics that have lots of types we don't care about ErrSerializationFailure = errors.New("serialization failure") ErrUnknownContentType = errors.New("the content type provided was not understood") ErrMessageTypeNotFound = errors.New("the message type provided was not understood") ErrDeserializeMalformedPayload = errors.New("the payload provided was not understood by the deserializer") ErrSerializeUnsupportedType = errors.New("the type provided cannot be serialized") )
View Source
var Options singleton
Functions ¶
Types ¶
type DeliveryDecoder ¶
type DeliveryDecoder interface {
Decode(*messaging.Delivery) error
}
type Deserializer ¶
type DispatchEncoder ¶
type DispatchEncoder interface {
Encode(*messaging.Dispatch) error
}
Click to show internal directories.
Click to hide internal directories.