Uses of Interface
com.swiftmq.amqp.v100.generated.messaging.addressing.LifetimePolicyIF
-
Packages that use LifetimePolicyIF Package Description com.swiftmq.amqp.v100.generated.messaging.addressing -
-
Uses of LifetimePolicyIF in com.swiftmq.amqp.v100.generated.messaging.addressing
Classes in com.swiftmq.amqp.v100.generated.messaging.addressing that implement LifetimePolicyIF Modifier and Type Class Description class
DeleteOnClose
class
DeleteOnNoLinks
class
DeleteOnNoLinksOrMessages
class
DeleteOnNoMessages
Methods in com.swiftmq.amqp.v100.generated.messaging.addressing that return LifetimePolicyIF Modifier and Type Method Description static LifetimePolicyIF
LifetimePolicyFactory. create(AMQPType bare)
Creates a LifetimePolicyIF object.static LifetimePolicyIF[]
LifetimePolicyFactory. toNativeArray(AMQPArray array)
Converts an AMQP array of type LifetimePolicyIF into a native array
-