Advertisement
Guest User

Untitled

a guest
Oct 5th, 2016
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @Async
  2. @Override
  3. public void afterRemove(RunnerContext context, Object objectId, ExecutionResult<Long> result) throws Exception {
  4. System.out.println(objectId.getClass().getName());
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement