Package io.smallrye.mutiny.vertx
package io.smallrye.mutiny.vertx
-
ClassDescriptionA class being a
Consumer
and aHandler
at the same time, and which delegateDelegatingConsumerHandler.hashCode()
andDelegatingConsumerHandler.equals(Object)
to the consumer.DelegatingHandler<U,V> An implementation ofHandler
and which delegatesDelegatingHandler.hashCode()
andDelegatingHandler.equals(Object)
to the passed handler.MultiReadStream<T,U> Interface implemented by every generated Mutiny type.Associate an Mutiny generated class with its original type,used for mapping the generated classes to their original type.ReadStreamSubscriber<R,J> TypeArg<T>AWriteStream
toFlow.Subscriber
adapter.