Thursday, April 28, 2016

Java Pub/Sub

The beta version of reactive programming is the traditional pub/sub app. It seems plausible that several instances of the same class may want to be in a pub/sub relationship so I wanted to code a class that would provide that and, of course, make the simplest working example in the fewest lines of code.