tree: 607046cc8f86d626fc0841358db47fbeabb57c82 [path history] [tgz]
  1. Cat.java
  2. Counter.java
  3. CountRandomly.java
  4. Delegates.java
  5. Echo.java
  6. EchoInputStreamWrapper.java
  7. GlobalLogger.java
  8. GoodbyeWorld.java
  9. HelloWorld.java
  10. ReactorLogger.java
  11. README.md
  12. Recv.java
  13. Scheduling.java
  14. Send.java
  15. Unhandled.java
examples/reactor/src/main/java/org/apache/qpid/proton/example/reactor/README.md

The examples in this directory provide a basic introduction to the proton reactor API and are best viewed in the order presented below. The examples contain comments that explain things in a tutorial-style manner.

  • HelloWorld.java

  • GoodbyeWorld.java

  • Scheduling.java

  • Counter.java

  • CountRandomly.java

  • Unhandled.java

  • ReactorLogger.java

  • GlobalLogger.java

  • Delegates.java

  • Handlers.java

  • Echo.java

  • Cat.java

  • Send.java

  • Recv.java