-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Labels
t:typedTyped ActorTyped Actor
Milestone
Description
The current one may be nested; we can make use of a chained call.
eg:
https://smallrye.io/smallrye-mutiny/latest/
request.ifNoItem().after(ofMillis(100))
.failWith(() -> new TooSlowException("π₯"))
.onFailure(IOException.class).recoverWithItem(fail -> "π¦")
.subscribe().with(
item -> log("π " + item),
err -> log(err.getMessage())
);Metadata
Metadata
Assignees
Labels
t:typedTyped ActorTyped Actor