Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public void should() {
  2. Warp.initiate(new Activity() {
  3. @Override
  4. public void perform() {
  5. // Call server A, something on A calls Server B
  6. }
  7. }).nested("Server B").inspect(new Inspection()...)
  8. ;
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement