Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
redis_crystal_playground
master
RedisCrystalPlayground
Message
Base
Bye
Print
Subscriber
Built with Crystal 1.9.2
2023-10-07 20:29:02 UTC
class
RedisCrystalPlayground::Message::Base
RedisCrystalPlayground::Message::Base
Reference
Object
Direct Known Subclasses
RedisCrystalPlayground::Message::Bye
RedisCrystalPlayground::Message::Print
Defined in:
redis_crystal_playground/message/base.cr
Constructors
.new
(message : String, channel : String, redis : Redis)
Class Method Summary
.message_name
Instance Method Summary
#handle
Constructor Detail
def self.
new
(message : String, channel : String, redis : Redis)
#
[
View source
]
Class Method Detail
def self.
message_name
#
[
View source
]
Instance Method Detail
def
handle
#
[
View source
]