onRawMessage property

PublishSubject<String> onRawMessage
getter/setter pair

onRawMessage event will be triggered when a message is received value will be a json

Implementation

PublishSubject<String> onRawMessage = PublishSubject<String>();