public interface QDStream extends QDCollector
QDStream
represents a stream-view of the data.
In the stream-view, all data events are important and are delivered
to the consumers.QDCollector.Builder<T extends QDCollector>, QDCollector.Factory
Modifier and Type | Method and Description |
---|---|
boolean |
getEnableWildcards()
Returns status of "wildcards enabled" mode.
|
void |
setEnableWildcards(boolean enableWildcards)
Sets "wildcards enabled" mode (disabled by default).
|
agentBuilder, buildAgent, buildDistributor, close, createAgent, createAgent, createDistributor, createDistributor, distributorBuilder, examineData, examineData, examineDataBySubscription, executeLockBoundTask, getContract, getScheme, getStriper, getSymbol, hasEventTimeSequence, isStoreEverything, remove, setErrorHandler, setStoreEverything, setStoreEverythingFilter
examineSubscription, examineSubscription, getSubscriptionSize, isSubscribed
getStats
void setEnableWildcards(boolean enableWildcards)
wildcard symbol
and
receive all data that is being distributed. Wildcard subscription is also propagated upwards to distributors.
wildcard symbol
are ignored and are not propagated upwards to distributors.
boolean getEnableWildcards()
setEnableWildcards(boolean)
Copyright © 2002–2025 Devexperts LLC. All rights reserved.