RemoteClient constructor
RemoteClient(
- StreamChannel<
String> channel
Implementation
RemoteClient(StreamChannel<String> channel)
: this.withoutJson(jsonDocument.bind(channel).cast<Map>());