| Interface | Description |
|---|---|
| StreamProcessor<Q,I,S> |
Interface for a continuous query engine with a publish/subscribe API.
|
| Subscription |
An object which manages the connection to a continuous query and its solutions
|
| Class | Description |
|---|---|
| BasicStreamProcessor<R,C,Q,I,S> | |
| BasicSubscription<C,Q,S> |
An object which associates a query with a handler for the query's results
|
| Exception | Description |
|---|---|
| StreamProcessor.IncompatibleQueryException |
An exception thrown when a valid query is incompatible with a QueryEngine implementation
|
| StreamProcessor.InvalidQueryException |
An exception thrown when a query is not syntactically valid
|
Copyright © 2016. All Rights Reserved.