A B D E F H I M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(U) - Method in class io.smallrye.mutiny.vertx.DelegatingConsumerHandler
- asReadStream(Flow.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
Vertxobject, 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
Vertxobject, 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
WorkerExecutorobject, actions are executed on the threads of this executor. - BUFFER_SIZE - Static variable in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
D
- DelegatingConsumerHandler<U> - Class in io.smallrye.mutiny.vertx
-
A class being a
Consumerand aHandlerat the same time, and which delegateDelegatingConsumerHandler.hashCode()andDelegatingConsumerHandler.equals(Object)to the consumer. - DelegatingConsumerHandler(Consumer<U>) - Constructor for class io.smallrye.mutiny.vertx.DelegatingConsumerHandler
- DelegatingHandler<U,V> - Class in io.smallrye.mutiny.vertx
-
An implementation of
Handlerand which delegatesDelegatingHandler.hashCode()andDelegatingHandler.equals(Object)to the passed handler. - DelegatingHandler(Handler<V>, Function<U, V>) - Constructor for class io.smallrye.mutiny.vertx.DelegatingHandler
E
- endHandler(Handler<Void>) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
- equals(Object) - Method in class io.smallrye.mutiny.vertx.DelegatingConsumerHandler
- equals(Object) - Method in class io.smallrye.mutiny.vertx.DelegatingHandler
- 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
Vertxobject, actions are executed on the event loop.
F
- fetch(long) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
H
- handle(U) - Method in class io.smallrye.mutiny.vertx.DelegatingConsumerHandler
- handle(U) - Method in class io.smallrye.mutiny.vertx.DelegatingHandler
- handler(Handler<J>) - Method in class io.smallrye.mutiny.vertx.ReadStreamSubscriber
- hashCode() - Method in class io.smallrye.mutiny.vertx.DelegatingConsumerHandler
- hashCode() - Method in class io.smallrye.mutiny.vertx.DelegatingHandler
- 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
- io.smallrye.mutiny.vertx.runtime - module io.smallrye.mutiny.vertx.runtime
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(Flow.Subscription) - Method in class io.smallrye.mutiny.vertx.impl.WriteStreamSubscriberImpl
- onSubscribe(Flow.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
WriteStreamfails.
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(Flow.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.xFuture. - toMulti(ReadStream<T>) - Static method in class io.smallrye.mutiny.vertx.MultiHelper
-
Adapts a Vert.x
ReadStreamto an MutinyMulti. - toMulti(ReadStream<T>, Function<T, U>) - Static method in class io.smallrye.mutiny.vertx.MultiHelper
-
Like
MultiHelper.toMulti(ReadStream)but with amappingfunction - toReadStream(Multi<T>) - Static method in class io.smallrye.mutiny.vertx.MultiHelper
-
Adapts an Mutiny
Multito a Vert.xReadStream. - toSubscriber(Handler<AsyncResult<T>>) - Static method in class io.smallrye.mutiny.vertx.UniHelper
-
Adapts an Vert.x
Handler<AsyncResult<T>>to anUniSubscriber. - toSubscriber(WriteStream<T>) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
-
Adapts a Vert.x
WriteStreamto a MutinyFlow.Subscriber. - toSubscriber(WriteStream<T>, Function<R, T>) - Static method in class io.smallrye.mutiny.vertx.MutinyHelper
-
Like
MutinyHelper.toSubscriber(WriteStream), except the providedmappingfunction 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
Unithat, when subscribed, uses the providedhandlerto 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
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
WriteStreamtoFlow.Subscriberadapter. - 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
All Classes All Packages