| Package | Description | 
|---|---|
| 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 | 
|---|---|
QDEndpoint.Builder | 
QDEndpoint.Builder.clone()  | 
static QDEndpoint.Builder | 
QDEndpoint.newBuilder()
Creates new  
QDEndpoint.Builder instance. | 
QDEndpoint.Builder | 
QDEndpoint.Builder.withCollectors(Collection<? extends QDCollector.Factory> collectors)
Creates specified collectors for this endpoint when it is  
build(). | 
QDEndpoint.Builder | 
QDEndpoint.Builder.withContracts(EnumSet<QDContract> contracts)
Deprecated. 
 
Use  
withCollectors(Collection) and it has a more telling name
             and wider range of features. | 
QDEndpoint.Builder | 
QDEndpoint.Builder.withEventTimeSequence(boolean withEventTime)
Specifies should endpoint support event time sequence or not. 
 | 
QDEndpoint.Builder | 
QDEndpoint.Builder.withName(String name)
Changes name that is used to distinguish multiple endpoints
 in the same JVM in logs and in other diagnostic means. 
 | 
QDEndpoint.Builder | 
QDEndpoint.Builder.withProperties(Properties props)
Sets all supported properties from the provided properties object. 
 | 
QDEndpoint.Builder | 
QDEndpoint.Builder.withProperty(String key,
            String value)
Sets the specified property. 
 | 
QDEndpoint.Builder | 
QDEndpoint.Builder.withScheme(DataScheme scheme)  | 
QDEndpoint.Builder | 
QDEndpoint.Builder.withStickySubscriptionPeriod(com.devexperts.util.TimePeriod stickySubscriptionPeriod)  | 
QDEndpoint.Builder | 
QDEndpoint.Builder.withStoreEverything(boolean storeEverything)
Invoke this method to enable  
store everything mode in endpoint's collectors. | 
QDEndpoint.Builder | 
QDEndpoint.Builder.withStripe(String stripe)  | 
QDEndpoint.Builder | 
QDEndpoint.Builder.withStriper(SymbolStriper striper)  | 
QDEndpoint.Builder | 
QDEndpoint.Builder.withSubscribeSupport(String prefix)
Invoke this method with a property key prefix like "dxfeed.qd.subscribe." or
 "multiplexor.qd.subscribe." to enable support for permanent subscription. 
 | 
| Constructor and Description | 
|---|
QDEndpoint(QDEndpoint.Builder builder,
          QDStats rootStats)  | 
Copyright © 2002–2025 Devexperts LLC. All rights reserved.