Drop Strategies
- enum pyJMT.DropStrategy(value)
An enumeration.
Valid values are as follows:
- DROP = <DropStrategy.DROP: 'drop'>
Represents the “drop” strategy.
- WAITING_QUEUE = <DropStrategy.WAITING_QUEUE: 'waiting queue'>
Represents the “waiting queue” strategy.
- BAS_BLOCKING = <DropStrategy.BAS_BLOCKING: 'BAS blocking'>
Represents the “BAS blocking” strategy.