@Subscribe | |
public void getIntegerEvent(Integer event) throws InterruptedException { | |
TimeUnit.MILLISECONDS.sleep(sleep); | |
System.out.println(System.currentTimeMillis() + ":\t" + name + " got " + event); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment