Enum tibco_ems_sys::tibemsDeliveryMode[][src]

#[repr(C)]
pub enum tibemsDeliveryMode {
    TIBEMS_NON_PERSISTENT,
    TIBEMS_PERSISTENT,
    TIBEMS_RELIABLE,
}
Expand description

Define delivery mode constants.

Variants

TIBEMS_NON_PERSISTENT

Non-persistent delivery.

TIBEMS_PERSISTENT

Persistent delivery.

TIBEMS_RELIABLE

Reliable delivery mode is a TIBCO proprietary extension that offers increased performance of the message producers. See also RELIABLE_DELIVERY in TIBCO Enterprise Message Service User’s Guide.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.