org.omg.CosNotification
Interface PacingInterval


public interface PacingInterval

This QoS property also has meaning in the case of consumers that register to receive sequences of Structured Events. For any such consumer, this property defines the maximum period of time the channel will collect individual events into a sequence before delivering the sequence to the consumer. If the number of events received within a given PacingInterval equals or exceeds MaximumBatchSize, the consumer will receive a sequence of events whose length equals MaximumBatchSize. Otherwise, the consumer will receive however many events arrived at the proxy supplier during the PacingInterval. The data type of the value associated with this property is TimeBase::UtcT.


Field Summary
static java.lang.String value
          Constant value
 

Field Detail

value

static final java.lang.String value
Constant value

See Also:
Constant Field Values