struct Helpers::Redis::PubSub::Message

Included Modules

Defined in:

helpers/redis/pub_sub/message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(payload, uuid : String = UUID.random.to_s, timestamp : Time = Time.utc) #

[View source]

Instance Method Detail

def payload : JSON::Any #

[View source]
def timestamp : Time #

[View source]
def uuid : String #

[View source]