public interface SequenceProxyPullConsumerOperations extends ProxyConsumerOperations, SequencePullConsumerOperations
Modifier and Type | Method and Description |
---|---|
void |
connect_sequence_pull_supplier(SequencePullSupplier pull_supplier) |
void |
resume_connection() |
void |
suspend_connection() |
MyAdmin, MyType, obtain_subscription_types, validate_event_qos
get_qos, set_qos, validate_qos
add_filter, get_all_filters, get_filter, remove_all_filters, remove_filter
disconnect_sequence_pull_consumer
offer_change
void connect_sequence_pull_supplier(SequencePullSupplier pull_supplier) throws AlreadyConnected, TypeError
AlreadyConnected
TypeError
void suspend_connection() throws NotConnected, ConnectionAlreadyInactive
void resume_connection() throws ConnectionAlreadyActive, NotConnected
ConnectionAlreadyActive
NotConnected