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.ng |
This package contains next-generation interfaces for data and subscription exchange based on
RecordCursor class. |
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 | Field and Description |
---|---|
static SubscriptionListener |
SubscriptionListener.VOID
This listener immediately retrieves and discards subscription from provider.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionProvider.setSubscriptionListener(SubscriptionListener listener)
Sets new subscription listener to receive notifications about subscription.
|
void |
SubscriptionBuffer.setSubscriptionListener(SubscriptionListener listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordProvider.setSubscriptionListener(SubscriptionListener listener)
Deprecated.
|
void |
RecordBuffer.setSubscriptionListener(SubscriptionListener listener)
This method is provided for compatibility with a legacy
SubscriptionProvider interface
and throws UnsupportedOperationException . |
void |
AbstractRecordProvider.setSubscriptionListener(SubscriptionListener listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static RecordListener |
LegacyAdapter.of(SubscriptionListener listener) |
Copyright © 2002-2018 Devexperts LLC. All Rights Reserved.