Skip to content

History / How to Compose an EventStream Well

Revisions

  • Updated How to Compose an EventStream Well (markdown)

    @oowekyala oowekyala committed Oct 1, 2017
  • Since DefaultEventStream doesn't hava a javadoc explaining what it does, switched reference to EventStream method `withDefaultEvent()` that does have javadoc explaining its usage.

    @JordanMartinez JordanMartinez committed Dec 1, 2015
  • Now the DefaultEventStream has been created, fix Example 1 so that it no longer uses the old workaround: merge an EventSource with an EventStream and push an initial event later.

    @JordanMartinez JordanMartinez committed Dec 1, 2015
  • better optimized the if-condition-then-color statements.

    @JordanMartinez JordanMartinez committed Nov 22, 2015
  • formatted "fillChanger" to inline code style and added Subscription filler where it was missing.

    @JordanMartinez JordanMartinez committed Nov 22, 2015
  • Added more readable/efficient version of Example 1's combo->feedTo streams (Less Boilerplate Approach) and distinguish it from the first approach (Naive Approach).

    @JordanMartinez JordanMartinez committed Nov 22, 2015
  • Updated Name of Page

    @JordanMartinez JordanMartinez committed Nov 20, 2015