Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
simple-queue
wip
App
Communication
Logger
Queuing
InputCommandInfo
Queue
QueueProcessing
QueueStorage
QueueStorageMaker
QueueStorageMemory
Built with Crystal 1.9.2
2023-10-07 18:00:00 UTC
class
Queuing::InputCommandInfo
Queuing::InputCommandInfo
Reference
Object
Defined in:
queuing/input_command_info.cr
Constructors
.new
(socket : TCPSocket | Nil, command_info : Hash)
Instance Method Summary
#command_info
: Hash(String, String)
#enqueued_at
: Time
#socket
: TCPSocket?
Constructor Detail
def self.
new
(socket : TCPSocket | Nil, command_info : Hash)
#
[
View source
]
Instance Method Detail
def
command_info
: Hash(String, String)
#
[
View source
]
def
enqueued_at
: Time
#
[
View source
]
def
socket
: TCPSocket?
#
[
View source
]