setCommandSubscriptions abstract method
Replaces the full set of remote command names the host listens to
(replace semantics). Unsubscribed names are auto-answered handled=false
by the kernel.
Implementation
Future<ForgeOutcome> setCommandSubscriptions(List<String> names);