Package | Description |
---|---|
com.devexperts.qd |
This package contains basic interfaces and other API elements of QD system
which shall be sufficient for the client application programmer.
|
com.devexperts.qd.qtp |
This package contains interfaces with default implementations required
to create and operate a connection using QTP.
|
com.devexperts.qd.util |
This package contains utility classes which are used by QD, but which do not
depend on QD and which do not constitute any separate module or subsystem.
|
Modifier and Type | Method and Description |
---|---|
QDDistributor |
QDDistributor.Builder.build() |
QDDistributor |
QDCollector.buildDistributor(QDDistributor.Builder builder)
Creates new distributor with parameters from the specified builder.
|
QDDistributor |
QDCollector.createDistributor(SubscriptionFilter filter)
Deprecated.
Use
distributorBuilder and build |
QDDistributor |
QDCollector.createDistributor(SubscriptionFilter filter,
String keyProperties)
Deprecated.
Use
distributorBuilder and build |
Modifier and Type | Method and Description |
---|---|
protected QDDistributor |
DistributorAdapter.createDistributor(QDCollector collector,
QDFilter filter,
QDFilter stripe,
String keyProperties)
This method is used internally by distributor adapter to create agent for the corresponding
collector, filter, stripe, and keyProperties from this adapter's constructor.
|
protected QDDistributor |
DistributorAdapter.createDistributor(QDCollector collector,
SubscriptionFilter filter,
String keyProperties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionProcessor.startProcessing(QDDistributor distributor)
Starts subscription processing for the specified
QDDistributor . |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.