class IPC::JSON

Overview

Conventionally, IPC::JSON+ classes have a 'handle' method to process incoming messages.

Included Modules

Defined in:

json.cr

Constructors

Class Method Summary

Macro Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.type #

[View source]
def self.type=(type : Int32) #

[View source]

Macro Detail

macro message(id, type, &block) #

[View source]

Instance Method Detail

def id : ::JSON::Any | Nil #

[View source]
def id=(id : ::JSON::Any | Nil) #

[View source]
def type #

[View source]