Cumulocity-IoT / apama-rxepl

ReactiveX for Apama EPL Created by Global Presales.
Apache License 2.0
4 stars 2 forks source link

New Operator: DebugLog #17

Closed rpeach-sag closed 5 years ago

rpeach-sag commented 6 years ago

And a debugLogSubscription?

rpeach-sag commented 5 years ago

Or a

.do(LoggingSubscriber.create())
.subscribe(LoggingSubscriber.create())
rpeach-sag commented 5 years ago

Or add:

.subscribe(Subscriber.create().logNext().logComplete().logError())