rabbitmq ~master (2020-11-30T12:02:27Z)
Dub
Repo
AmqpConnectionState
symmetry
api
rabbitmq
wrap
Undocumented in source.
struct
AmqpConnectionState {
amqp_connection_state_t
conn
;
ushort
channel
;
bool
isChannelOpen
;
this
(amqp_connection_state_t conn);
void
openChannel
(ushort channel);
~this
();
}
Constructors
this
this
(amqp_connection_state_t conn)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Alias This
conn
Members
Functions
openChannel
void
openChannel
(ushort channel)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
channel
ushort
channel
;
Undocumented in source.
conn
amqp_connection_state_t
conn
;
Undocumented in source.
isChannelOpen
bool
isChannelOpen
;
Undocumented in source.
Meta
Source
See Implementation
symmetry
api
rabbitmq
wrap
classes
AmqpConnection
functions
amqp_string
asRabbit
basicProperties
structs
AmqpConnectionState
ConnectionParams
CorrelationID
FrameResult
RabbitClient
RabbitCredentials