TIBCO StreamBase client API
Types
All Types | Classes | Interfaces | Enumerations |
Name | Description | |||
---|---|---|---|---|
DequeueResult |
Encapsulates the data returned from a dequeue() operation.
Contains a stream name and a list of Tuples.
| |||
DequeueResult..::..Interceptor |
A callback interface that can be implemented by an object that is associated with
a StreamBaseClient and which gets used in the course of dequeuing tuples.
| |||
LeadershipStatus |
Server leadership status.
| |||
StreamBaseClient..::..ListEntitiesFlags |
Flags for the listEntities call
| |||
StreamBaseAdminClient |
This class is used to send administrative commands to the StreamBase Server
| |||
StreamBaseClient |
A client used to subscribe to StreamBase streams and to send commands
to the StreamBase Server.
| |||
StreamBaseNetworkException |
A network (TCP/IP) error was encountered.
| |||
StreamBaseURI |
A URI for a StreamBase client connection. These URIs are of the form
CopyC# sb://hostname:port/;param1=val1;param2=val2 CopyC# sb://somehost.mycompany.com:10000/;user=me;password=foobar | |||
URIException |
An invalid URI was specified in a StreamBaseURI constructor.
|