Uses of Interface
io.vertx.rxjava3.core.streams.StreamBase
Packages that use StreamBase
Package
Description
-
Uses of StreamBase in io.vertx.rxjava3.amqp
Classes in io.vertx.rxjava3.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.rxjava3.cassandra
Classes in io.vertx.rxjava3.cassandra that implement StreamBase -
Uses of StreamBase in io.vertx.rxjava3.core.eventbus
Classes in io.vertx.rxjava3.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.rxjava3.core.file
Classes in io.vertx.rxjava3.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.rxjava3.core.http
Subinterfaces of StreamBase in io.vertx.rxjava3.core.httpClasses in io.vertx.rxjava3.core.http that implement StreamBaseModifier and TypeClassDescriptionclassRepresents a client-side WebSocket.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.classCommon WebSocket implementation. -
Uses of StreamBase in io.vertx.rxjava3.core.net
Subinterfaces of StreamBase in io.vertx.rxjava3.core.netModifier and TypeInterfaceDescriptioninterfaceRepresents a channel interface modelling a duplex flow controlled byte oriented stream.Classes in io.vertx.rxjava3.core.net that implement StreamBaseModifier and TypeClassDescriptionclassRepresents a socket-like interface to a TCP connection on either the client or the server side.classA Quic stream. -
Uses of StreamBase in io.vertx.rxjava3.core.parsetools
Classes in io.vertx.rxjava3.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.rxjava3.core.streams
Subinterfaces of StreamBase in io.vertx.rxjava3.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.rxjava3.core.streams that return StreamBaseModifier and TypeMethodDescriptionStreamBase.exceptionHandler(Handler<Throwable> handler) Set an exception handler.static StreamBaseStreamBase.newInstance(StreamBase arg) -
Uses of StreamBase in io.vertx.rxjava3.ext.unit.report
Classes in io.vertx.rxjava3.ext.unit.report that implement StreamBaseModifier and TypeClassDescriptionclassThe test suite reports is basically a stream of events reporting the test suite execution. -
Uses of StreamBase in io.vertx.rxjava3.ext.web.handler.sockjs
Classes in io.vertx.rxjava3.ext.web.handler.sockjs that implement StreamBaseModifier and TypeClassDescriptionclassYou interact with SockJS clients through instances of SockJS socket. -
Uses of StreamBase in io.vertx.rxjava3.grpc.client
Classes in io.vertx.rxjava3.grpc.client that implement StreamBaseModifier and TypeClassDescriptionclassGrpcClientRequest<Req,Resp> A request to a gRPC server.classGrpcClientResponse<Req,Resp> A response from a gRPC server. -
Uses of StreamBase in io.vertx.rxjava3.grpc.common
Classes in io.vertx.rxjava3.grpc.common that implement StreamBase -
Uses of StreamBase in io.vertx.rxjava3.grpc.server
Classes in io.vertx.rxjava3.grpc.server that implement StreamBaseModifier and TypeClassDescriptionclassGrpcServerRequest<Req,Resp> classGrpcServerResponse<Req,Resp> -
Uses of StreamBase in io.vertx.rxjava3.kafka.client.consumer
Classes in io.vertx.rxjava3.kafka.client.consumer that implement StreamBase -
Uses of StreamBase in io.vertx.rxjava3.kafka.client.producer
Classes in io.vertx.rxjava3.kafka.client.producer that implement StreamBase -
Uses of StreamBase in io.vertx.rxjava3.pgclient.pubsub
Classes in io.vertx.rxjava3.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.rxjava3.rabbitmq
Classes in io.vertx.rxjava3.rabbitmq that implement StreamBaseModifier and TypeClassDescriptionclassA stream of messages from a rabbitmq queue. -
Uses of StreamBase in io.vertx.rxjava3.redis.client
Classes in io.vertx.rxjava3.redis.client that implement StreamBase -
Uses of StreamBase in io.vertx.rxjava3.sqlclient
Classes in io.vertx.rxjava3.sqlclient that implement StreamBase