class Servo::Event::ChannelCreateEvent

Overview

Event fired when a Servo::Model::Channel is created.

Defined in:

event/channel_create_event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(event_name : String, payload : String) #

[View source]

Instance Method Detail

def channel : Servo::Model::Channel #

The channel that was created.


[View source]
def event_name : String #

The name of the gateway event.


[View source]