rabbitmq_fabric v0.0.1 RabbitMQFabric.Message

amqp message

this struct is passed to the consumer to be handled

Summary

Types

message()
message() :: %RabbitMQFabric.Message{fabric_state: term, metadata: term, payload: term}

Functions

new(payload, metadata, fabric_state)
new(binary, Keyword.t, %RabbitMQFabric.FabricState{channel: term, consumer_tag: term, fabric: term}) :: message