struct PQ::Notification

Defined in:

pq/connection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pid : Int32, channel : String, payload : String) #

[View source]

Instance Method Detail

def channel : String #

def clone #

[View source]
def copy_with(pid _pid = @pid, channel _channel = @channel, payload _payload = @payload) #

[View source]
def payload : String #

def pid : Int32 #