Is your feature request related to a problem? Please describe.
The code in PaymentStatusStream regularly polls the underlying PaymentStatus instance for updates so that these can be printed to the HTTP output stream.
Describe the solution you'd like
The updates should be forwarded using some kind of (asynchronous) message forwarding mechanism instead.
Is your feature request related to a problem? Please describe. The code in
PaymentStatusStream
regularly polls the underlyingPaymentStatus
instance for updates so that these can be printed to the HTTP output stream.Describe the solution you'd like The updates should be forwarded using some kind of (asynchronous) message forwarding mechanism instead.