com.devexperts.qd
Interface QDStream
- All Superinterfaces:
- QDCollector, QDStatsContainer, SubscriptionContainer
- All Known Implementing Classes:
- LoggedStream
public interface QDStream
- extends QDCollector
The QDStream
represents a stream-view of the data.
In the stream-view, all data events are important and are delivered
to the consumers.
Method Summary |
boolean |
getEnableWildcards()
Returns status of "wildcards enabled" mode. |
void |
setEnableWildcards(boolean enable_wildcards)
Sets "wildcards enabled" mode (disabled by default). |
setEnableWildcards
void setEnableWildcards(boolean enable_wildcards)
- Sets "wildcards enabled" mode (disabled by default).
- When wildcards are enabled agents can subscribe to
wildcard symbol
and
receive all data that is being distributed. Wildcard subscription is also propagated upwards to distributors.
- When wildcards are disabled (by default) attempts to subscribe to
wildcard symbol
are ignored and are not propagated upwards to distributors.
getEnableWildcards
boolean getEnableWildcards()
- Returns status of "wildcards enabled" mode.
- See Also:
setEnableWildcards(boolean)