Guest User

Untitled

a guest
Dec 14th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. private static FlowFuture<BookingRes> cancel(String cancelFn, Object input, Throwable e) {
  2. Flows.currentFlow().invokeFunction(cancelFn, input, BookingRes.class);
  3. return Flows.currentFlow().failedFuture(e);
  4. }
Add Comment
Please, Sign In to add comment