Uses of Interface
io.vertx.mutiny.core.streams.StreamBase
Packages that use StreamBase
Package
Description
-
Uses of StreamBase in io.vertx.mutiny.amqp
Classes in io.vertx.mutiny.amqp that implement StreamBaseModifier and TypeClassDescriptionclass
Interface used to consume AMQP message as a stream of message.class
AMQP Sender interface used to send messages. -
Uses of StreamBase in io.vertx.mutiny.cassandra
Classes in io.vertx.mutiny.cassandra that implement StreamBase -
Uses of StreamBase in io.vertx.mutiny.core
Classes in io.vertx.mutiny.core that implement StreamBase -
Uses of StreamBase in io.vertx.mutiny.core.datagram
Classes in io.vertx.mutiny.core.datagram that implement StreamBaseModifier and TypeClassDescriptionclass
A datagram socket can be used to sendDatagramPacket
's to remote datagram servers and receiveDatagramPacket
s . -
Uses of StreamBase in io.vertx.mutiny.core.eventbus
Classes in io.vertx.mutiny.core.eventbus that implement StreamBaseModifier and TypeClassDescriptionclass
An event bus consumer object representing a stream of message to anEventBus
address that can be read from. -
Uses of StreamBase in io.vertx.mutiny.core.file
Classes in io.vertx.mutiny.core.file that implement StreamBaseModifier and TypeClassDescriptionclass
Represents a file on the file-system which can be read from, or written to asynchronously. -
Uses of StreamBase in io.vertx.mutiny.core.http
Subinterfaces of StreamBase in io.vertx.mutiny.core.httpClasses in io.vertx.mutiny.core.http that implement StreamBaseModifier and TypeClassDescriptionclass
Represents a client-side WebSocket initially not connected.class
Represents a client-side HTTP request.class
Represents a client-side HTTP response.class
Represents an file upload from an HTML FORM.class
Represents a server-side HTTP request.class
Represents a server-side HTTP response.class
Represents a server side WebSocket.class
Represents a client-side WebSocket. -
Uses of StreamBase in io.vertx.mutiny.core.net
Classes in io.vertx.mutiny.core.net that implement StreamBaseModifier and TypeClassDescriptionclass
Represents a socket-like interface to a TCP connection on either the client or the server side. -
Uses of StreamBase in io.vertx.mutiny.core.parsetools
Classes in io.vertx.mutiny.core.parsetools that implement StreamBaseModifier and TypeClassDescriptionclass
A parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.class
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records. -
Uses of StreamBase in io.vertx.mutiny.core.streams
Subinterfaces of StreamBase in io.vertx.mutiny.core.streamsModifier and TypeInterfaceDescriptioninterface
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.Methods in io.vertx.mutiny.core.streams that return StreamBaseModifier and TypeMethodDescriptionStreamBase.exceptionHandler
(Consumer<Throwable> handler) static StreamBase
StreamBase.newInstance
(io.vertx.core.streams.StreamBase arg) -
Uses of StreamBase in io.vertx.mutiny.ext.sql
Classes in io.vertx.mutiny.ext.sql that implement StreamBaseModifier and TypeClassDescriptionclass
A ReadStream of Rows from the underlying RDBMS. -
Uses of StreamBase in io.vertx.mutiny.ext.web.handler.sockjs
Classes in io.vertx.mutiny.ext.web.handler.sockjs that implement StreamBaseModifier and TypeClassDescriptionclass
You interact with SockJS clients through instances of SockJS socket. -
Uses of StreamBase in io.vertx.mutiny.kafka.client.consumer
Classes in io.vertx.mutiny.kafka.client.consumer that implement StreamBase -
Uses of StreamBase in io.vertx.mutiny.kafka.client.producer
Classes in io.vertx.mutiny.kafka.client.producer that implement StreamBase -
Uses of StreamBase in io.vertx.mutiny.pgclient.pubsub
Classes in io.vertx.mutiny.pgclient.pubsub that implement StreamBaseModifier and TypeClassDescriptionclass
A channel to Postgres that tracks the subscription to a given Postgres channel using theLISTEN/UNLISTEN
commands. -
Uses of StreamBase in io.vertx.mutiny.rabbitmq
Classes in io.vertx.mutiny.rabbitmq that implement StreamBaseModifier and TypeClassDescriptionclass
A stream of messages from a rabbitmq queue. -
Uses of StreamBase in io.vertx.mutiny.redis.client
Classes in io.vertx.mutiny.redis.client that implement StreamBase -
Uses of StreamBase in io.vertx.mutiny.sqlclient
Classes in io.vertx.mutiny.sqlclient that implement StreamBase