A B E F H I M N O P R S T U V W 
All Classes All Packages

A

asReadStream(Publisher<R>, Function<R, J>) - Static method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
 
AsyncResultUni<T> - Class in io.smallrye.mutiny.vertx
 
AsyncResultUni(Consumer<Handler<AsyncResult<T>>>) - Constructor for class io.smallrye.mutiny.vertx.AsyncResultUni
 

B

blockingExecutor(Vertx) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
Create an executor for a Vertx object, actions can be blocking, they are not executed on Vert.x event loop.
blockingExecutor(Vertx, boolean) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
Create an executor for a Vertx object, actions can be blocking, they are not executed on Ver.tx event loop.
blockingExecutor(WorkerExecutor) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
Create a scheduler for a WorkerExecutor object, actions are executed on the threads of this executor.
BUFFER_SIZE - Static variable in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
 

E

endHandler(Handler<Void>) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
 
exceptionHandler(Handler<Throwable>) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
 
executor(Context) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
Create an executor for a Context, actions are executed on the event loop of this context.
executor(Vertx) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
Create an executor for a Vertx object, actions are executed on the event loop.

F

fetch(long) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
 

H

handler(Handler<J>) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
 
hasNext() - Method in class io.smallrye.mutiny.vertx.impl.MappingIterator
 

I

io.smallrye.mutiny.vertx - package io.smallrye.mutiny.vertx
 
io.smallrye.mutiny.vertx.impl - package io.smallrye.mutiny.vertx.impl
 

M

MappingIterator<U,​V> - Class in io.smallrye.mutiny.vertx.impl
 
MappingIterator(Iterator<U>, Function<U, V>) - Constructor for class io.smallrye.mutiny.vertx.impl.MappingIterator
 
MultiHelper - Class in io.smallrye.mutiny.vertx
 
MultiHelper() - Constructor for class io.smallrye.mutiny.vertx.MultiHelper
 
MultiReadStream<T,​U> - Class in io.smallrye.mutiny.vertx
 
MultiReadStream(ReadStream<T>, Function<T, U>) - Constructor for class io.smallrye.mutiny.vertx.MultiReadStream
 
MutinyGen - Annotation Type in io.smallrye.mutiny.vertx
Associate an Mutiny generated class with its original type,used for mapping the generated classes to their original type.
MutinyHelper - Class in io.smallrye.mutiny.vertx
 
MutinyHelper() - Constructor for class io.smallrye.mutiny.vertx.MutinyHelper
 

N

next() - Method in class io.smallrye.mutiny.vertx.impl.MappingIterator
 
NOOP - Static variable in class io.smallrye.mutiny.vertx.UniHelper
 

O

of(Class<U>) - Static method in class io.smallrye.mutiny.vertx.TypeArg
 
onComplete() - Method in class io.smallrye.mutiny.vertx.impl.WriteStreamSubscriberImpl
 
onComplete() - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
 
onComplete(Runnable) - Method in class io.smallrye.mutiny.vertx.impl.WriteStreamSubscriberImpl
 
onComplete(Runnable) - Method in interface io.smallrye.mutiny.vertx.WriteStreamSubscriber
Sets the handler to invoke on completion events.
onError(Throwable) - Method in class io.smallrye.mutiny.vertx.impl.WriteStreamSubscriberImpl
 
onError(Throwable) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
 
onFailure(Consumer<? super Throwable>) - Method in class io.smallrye.mutiny.vertx.impl.WriteStreamSubscriberImpl
 
onFailure(Consumer<? super Throwable>) - Method in interface io.smallrye.mutiny.vertx.WriteStreamSubscriber
Sets the handler to invoke on failure events.
onNext(I) - Method in class io.smallrye.mutiny.vertx.impl.WriteStreamSubscriberImpl
 
onNext(R) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
 
onSubscribe(Subscription) - Method in class io.smallrye.mutiny.vertx.impl.WriteStreamSubscriberImpl
 
onSubscribe(Subscription) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
 
onWriteStreamError(Consumer<? super Throwable>) - Method in class io.smallrye.mutiny.vertx.impl.WriteStreamSubscriberImpl
 
onWriteStreamError(Consumer<? super Throwable>) - Method in interface io.smallrye.mutiny.vertx.WriteStreamSubscriber
Sets the handler to invoke if the adapted WriteStream fails.

P

pause() - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
 

R

ReadStreamSubscriber<R,​J> - Class in io.smallrye.mutiny.vertx
 
ReadStreamSubscriber(Function<R, J>) - Constructor for class io.smallrye.mutiny.vertx.ReadStreamSubscriber
 
resume() - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
 

S

subscribe(UniSubscriber<? super T>) - Method in class io.smallrye.mutiny.vertx.AsyncResultUni
 
subscribe(Subscriber<? super U>) - Method in class io.smallrye.mutiny.vertx.MultiReadStream
 

T

toFuture(Uni<T>) - Static method in class io.smallrye.mutiny.vertx.UniHelper
Adapts an Uni<T> to a Vert.x Future.
toMulti(ReadStream<T>) - Static method in class io.smallrye.mutiny.vertx.MultiHelper
Adapts a Vert.x ReadStream to an Mutiny Multi.
toMulti(ReadStream<T>, Function<T, U>) - Static method in class io.smallrye.mutiny.vertx.MultiHelper
Like MultiHelper.toMulti(ReadStream) but with a mapping function
toReadStream(Multi<T>) - Static method in class io.smallrye.mutiny.vertx.MultiHelper
Adapts an Mutiny Multi to a Vert.x ReadStream.
toSubscriber(Handler<AsyncResult<T>>) - Static method in class io.smallrye.mutiny.vertx.UniHelper
Adapts an Vert.x Handler<AsyncResult<T>> to an UniSubscriber.
toSubscriber(WriteStream<T>) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
Adapts a Vert.x WriteStream to a Mutiny Subscriber.
toSubscriber(WriteStream<T>, Function<R, T>) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
Like MutinyHelper.toSubscriber(WriteStream), except the provided mapping function is applied to each item.
toUni(Future<T>) - Static method in class io.smallrye.mutiny.vertx.UniHelper
 
toUni(Consumer<Handler<AsyncResult<T>>>) - Static method in class io.smallrye.mutiny.vertx.AsyncResultUni
 
toUni(Consumer<Handler<AsyncResult<T>>>) - Static method in class io.smallrye.mutiny.vertx.UniHelper
Returns a Uni that, when subscribed, uses the provided handler to adapt a callback-based asynchronous method.
TypeArg<T> - Class in io.smallrye.mutiny.vertx
 
TypeArg(Function<Object, Object>, Function<T, Object>) - Constructor for class io.smallrye.mutiny.vertx.TypeArg
 

U

UniHelper - Class in io.smallrye.mutiny.vertx
 
UniHelper() - Constructor for class io.smallrye.mutiny.vertx.UniHelper
 
unknown() - Static method in class io.smallrye.mutiny.vertx.TypeArg
 
unwrap - Variable in class io.smallrye.mutiny.vertx.TypeArg
 
unwrap(Class<?>) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
Unwrap the type used in Mutiny.
unwrap(T) - Method in class io.smallrye.mutiny.vertx.TypeArg
 

V

value() - Method in annotation type io.smallrye.mutiny.vertx.MutinyGen
 

W

wrap - Variable in class io.smallrye.mutiny.vertx.TypeArg
 
wrap(Object) - Method in class io.smallrye.mutiny.vertx.TypeArg
 
WriteStreamSubscriber<T> - Interface in io.smallrye.mutiny.vertx
A WriteStream to Subscriber adapter.
WriteStreamSubscriberImpl<I,​O> - Class in io.smallrye.mutiny.vertx.impl
 
WriteStreamSubscriberImpl(WriteStream<O>, Function<I, O>) - Constructor for class io.smallrye.mutiny.vertx.impl.WriteStreamSubscriberImpl
 
A B E F H I M N O P R S T U V W 
All Classes All Packages