enum

Amqp::Properties::Persistence

Inherits Enum < Comparable < Value < Object

Constants

Transient = 1_u8
Persistent = 2_u8

Instance methods

persistent?

Returns true if this enum value equals Persistent

Source
transient?

Returns true if this enum value equals Transient

Source