kane v0.1.1 API Reference
Modules
Kane. Citizen Kane. Charles Foster Kane, to be exact, Publisher extraordinaire
Kane.Message
provides an interface for publishing messaages to a topic.
A %Kane.Message{}
struct’s data
can be any type that can be serialized
to JSON via Poison.encode/1
. You can also add optional attributes to a
message, all of whose values must be strings (a restriction of the Pub/Sub API)
A Kane.Topic
is used to interact with and create a topic within the Pub/Sub API