domainNameSpace property

String domainNameSpace
final

A namespace within the rpcsNameSpace, allowing logical separation of different types of RPCs. Apps can then create multiple AtRpc objects, each of which is sending and / or listening to a subset of the RPCs.

Implementation

final String domainNameSpace;