setCommandSubscriptions abstract method

Future<ForgeOutcome> setCommandSubscriptions(
  1. List<String> names
)

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);