lookup

fun lookup(zkSystemName: String): ZkSystem?

Looks up a registered ZkSystem by name.

Return

the matching ZkSystem, or null if not found.

Parameters

zkSystemName

the name of the system to find.