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 TypeClassDescriptionclassInterface used to consume AMQP message as a stream of message.classAMQP 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 StreamBaseModifier and TypeClassDescriptionclassA timeout stream is triggered by a timer, theHandlerwill 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. -
Uses of StreamBase in io.vertx.mutiny.core.datagram
Classes in io.vertx.mutiny.core.datagram that implement StreamBaseModifier and TypeClassDescriptionclassA datagram socket can be used to sendDatagramPacket's to remote datagram servers and receiveDatagramPackets . -
Uses of StreamBase in io.vertx.mutiny.core.eventbus
Classes in io.vertx.mutiny.core.eventbus that implement StreamBaseModifier and TypeClassDescriptionclassAn event bus consumer object representing a stream of message to anEventBusaddress 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 TypeClassDescriptionclassRepresents 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 TypeClassDescriptionclassRepresents a client-side WebSocket initially not connected.classRepresents a client-side HTTP request.classRepresents a client-side HTTP response.classRepresents an file upload from an HTML FORM.classRepresents a server-side HTTP request.classRepresents a server-side HTTP response.classRepresents a server side WebSocket.classRepresents a client-side WebSocket. -
Uses of StreamBase in io.vertx.mutiny.core.net
Classes in io.vertx.mutiny.core.net that implement StreamBaseModifier and TypeClassDescriptionclassRepresents 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 TypeClassDescriptionclassA parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.classA 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 TypeInterfaceDescriptioninterfaceReadStream<T>Represents a stream of items that can be read from.interfaceWriteStream<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 StreamBaseStreamBase.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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassYou 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 TypeClassDescriptionclassA channel to Postgres that tracks the subscription to a given Postgres channel using theLISTEN/UNLISTENcommands. -
Uses of StreamBase in io.vertx.mutiny.rabbitmq
Classes in io.vertx.mutiny.rabbitmq that implement StreamBaseModifier and TypeClassDescriptionclassA 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