MetricTapClient

constructor(seam: Seam, parentScope: CoroutineScope, config: MetricTapConfig = MetricTapConfig(), admission: LogTapAdmission = LogTapAdmission.Open)

Parameters

admission

how this client is admitted by the host. The default LogTapAdmission.Open matches an ungated host; pass LogTapAdmission.Present with the shown code when the host was installed with LogTapAdmission.Verify.