GAE restricts new Thread instances from being created at runtime. Guava has a nice EventBus and I think I’d like to use it in an upcoming GAE project.
But I don’t want to even start down that road if I’m going to run into any thread-related access restrictions. So I ask: does Guava’s EventBus utilize thread creation? Is it GAE-friendly?
Looks like you can create an
AsyncEventBuswith a GAE thread factory:See also: https://developers.google.com/appengine/docs/java/runtime