public class LegacyCallbackSubscriber extends Object
Modifier and Type | Method and Description |
---|---|
static CompletableFuture<Void> |
subscribe(IOptimizationEventListener listener,
OptimizationEvents events,
io.reactivex.rxjava3.functions.Consumer<? super Throwable> errorConsumer)
Subscribe.
|
public static CompletableFuture<Void> subscribe(IOptimizationEventListener listener, OptimizationEvents events, io.reactivex.rxjava3.functions.Consumer<? super Throwable> errorConsumer)
listener
- the listenerevents
- the eventserrorConsumer
- the error consumerCopyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.