| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QDAgent.Builder | 
QDCollector.agentBuilder()
Returns a builder that can be configured to  
build custom agents. | 
QDAgent.Builder | 
QDFactory.createVoidAgentBuilder(QDContract contract,
                      DataScheme scheme)
Creates builder for an agent that is not tied to any particular collector, has no data,
 and only keeps track of added and remove subscription. 
 | 
QDAgent.Builder | 
QDAgent.Builder.withAttachmentStrategy(QDAgent.AttachmentStrategy<?> attachmentStrategy)  | 
QDAgent.Builder | 
QDAgent.Builder.withEventTimeSequence(boolean hasEventTimeSequence)  | 
QDAgent.Builder | 
QDAgent.Builder.withFilter(QDFilter filter)  | 
QDAgent.Builder | 
QDAgent.Builder.withHistorySnapshot(boolean useHistorySnapshot)  | 
QDAgent.Builder | 
QDAgent.Builder.withKeyProperties(String keyProperties)  | 
QDAgent.Builder | 
QDAgent.Builder.withOptSet(ProtocolOption.Set optSet)  | 
QDAgent.Builder | 
QDAgent.Builder.withStripe(QDFilter stripeFilter)  | 
QDAgent.Builder | 
QDAgent.Builder.withVoidRecordListener(boolean hasVoidRecordListener)  | 
| Modifier and Type | Method and Description | 
|---|---|
QDAgent | 
QDCollector.buildAgent(QDAgent.Builder builder)
Creates new agent with parameters from the specified builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected QDAgent.Builder | 
AgentAdapter.createAgentBuilder(QDCollector collector,
                  SubscriptionFilter filter,
                  String keyProperties)  | 
Copyright © 2002–2025 Devexperts LLC. All rights reserved.