| Modifier and Type | Class and Description | 
|---|---|
| class  | AmqpReceiverInterface used to consume AMQP message as a stream of message. | 
| class  | AmqpSenderAMQP Sender interface used to send messages. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CassandraRowStreamA  for  consumption. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TimeoutStreamA timeout stream is triggered by a timer, the  Handlerwill be call when the timer is fired,
 it can be once or several times depending on the nature of the timer related to this stream. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DatagramSocketA datagram socket can be used to send  DatagramPacket's to remote datagram servers
 and receiveDatagramPackets . | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MessageConsumer<T>An event bus consumer object representing a stream of message to an  EventBusaddress that can
 be read from. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AsyncFileRepresents a file on the file-system which can be read from, or written to asynchronously. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | WebSocketBaseBase WebSocket implementation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpClientRequestRepresents a client-side HTTP request. | 
| class  | HttpClientResponseRepresents a client-side HTTP response. | 
| class  | HttpServerFileUploadRepresents an file upload from an HTML FORM. | 
| class  | HttpServerRequestRepresents a server-side HTTP request. | 
| class  | HttpServerResponseRepresents a server-side HTTP response. | 
| class  | ServerWebSocketRepresents a server side WebSocket. | 
| class  | WebSocketRepresents a client-side WebSocket. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NetSocketRepresents a socket-like interface to a TCP connection on either the
 client or the server side. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JsonParserA parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json
 element fully. | 
| class  | RecordParserA helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed
 size records. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ReadStream<T>Represents a stream of items that can be read from. | 
| interface  | WriteStream<T>Represents a stream of data that can be written to. | 
| Modifier and Type | Method and Description | 
|---|---|
| StreamBase | StreamBase. exceptionHandler(Handler<Throwable> handler)Set an exception handler. | 
| static StreamBase | StreamBase. newInstance(StreamBase arg) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SQLRowStreamA ReadStream of Rows from the underlying RDBMS. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TestSuiteReportThe test suite reports is basically a stream of events reporting the test suite execution. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SockJSSocketYou interact with SockJS clients through instances of SockJS socket. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | KafkaConsumer<K,V>Vert.x Kafka consumer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | KafkaProducer<K,V>Vert.x Kafka producer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PgChannelA channel to Postgres that tracks the subscription to a given Postgres channel using the  LISTEN/UNLISTENcommands. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RabbitMQConsumerA stream of messages from a rabbitmq queue. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RedisConnectionA simple Redis client. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RowStream<T>A row oriented stream. | 
Copyright © 2021 Eclipse. All rights reserved.