@MessageDriven
public class Processor {
@EJB
FooService service;
public void onMessage(Message m) {
}
}
@Singleton
public class FooService {
Map<Input, CachedValue> cache;
}
-
Cypher: neo4j’s powerful graph query and modification language
-
Bytecode: only open API to your application structure