java.lang.Object
io.smallrye.mutiny.groups.MultiOnRequest<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall(LongFunction<Uni<?>> mapper) Action when items are being requested.Action when items are being requested.Action when items are being requested.invoke(LongConsumer consumer) Action when items are being requested.
-
Constructor Details
-
MultiOnRequest
-
-
Method Details
-
invoke
Action when items are being requested. The request is propagated upstream when the action has completed. An error is forwarded downstream if the action throws an exception.- Parameters:
consumer- the action- Returns:
- the new
Multi
-
invoke
Action when items are being requested. The request is propagated upstream when the action has completed. An error is forwarded downstream if the action throws an exception.- Parameters:
action- the action- Returns:
- the new
Multi
-
call
-
call
-