Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
amqp-client
v1.3.4
AMQP
Client
Channel
ClosedException
Connection
ClosedException
ConnectionInformation
DeliverMessage
Error
NetworkError
UnexpectedFrame
Exchange
GetMessage
Message
Queue
ReturnedMessage
TCPConfig
TLSContext
Generated using Crystal 1.16.3
2026-06-29 20:12:06 UTC
class
AMQP::
Client::
Error::
NetworkError
AMQP::Client::Error::NetworkError
AMQP::Client::Error
Exception
Reference
Object
Defined in:
amqp-client/errors.cr
Constructors
.new
(message : String, host : String, port : Int32, cause : Exception)
Instance Method Summary
#host
: String
#port
: Int32
Constructor Detail
def self.
new
(message : String, host : String, port : Int32, cause : Exception)
#
[
View source
]
Instance Method Detail
def
host
: String
#
[
View source
]
def
port
: Int32
#
[
View source
]