Class CompletableConverter<T>
- java.lang.Object
-
- io.smallrye.faulttolerance.rxjava3.impl.CompletableConverter<T>
-
- All Implemented Interfaces:
AsyncTypeConverter<T,io.reactivex.rxjava3.core.Completable>
public class CompletableConverter<T> extends Object implements AsyncTypeConverter<T,io.reactivex.rxjava3.core.Completable>
-
-
Constructor Summary
Constructors Constructor Description CompletableConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.reactivex.rxjava3.core.CompletablefromCompletionStage(Supplier<CompletionStage<T>> completionStageSupplier)CompletionStage<T>toCompletionStage(io.reactivex.rxjava3.core.Completable completable)Class<?>type()
-
-
-
Method Detail
-
type
public Class<?> type()
- Specified by:
typein interfaceAsyncTypeConverter<T,io.reactivex.rxjava3.core.Completable>
-
fromCompletionStage
public io.reactivex.rxjava3.core.Completable fromCompletionStage(Supplier<CompletionStage<T>> completionStageSupplier)
- Specified by:
fromCompletionStagein interfaceAsyncTypeConverter<T,io.reactivex.rxjava3.core.Completable>
-
toCompletionStage
public CompletionStage<T> toCompletionStage(io.reactivex.rxjava3.core.Completable completable)
- Specified by:
toCompletionStagein interfaceAsyncTypeConverter<T,io.reactivex.rxjava3.core.Completable>
-
-