bypassQueue property

bool bypassQueue
final

Bypasses being put into the queue. Useful for sending stanzas that must go out now, where it's okay if it does not get sent. This should never have to be set to true.

Implementation

final bool bypassQueue;