public class InstanceAnalyzer
| Modifier and Type | Class and Description |
|---|---|
static class |
InstanceAnalyzer.Companion |
| Modifier and Type | Field and Description |
|---|---|
static InstanceAnalyzer.Companion |
Companion |
| Constructor and Description |
|---|
InstanceAnalyzer(InstanceTailer tailer,
Instance instance,
kotlinx.coroutines.channels.ReceiveChannel<com.cognifide.gradle.aem.instance.tail.Log> logsChannel,
kotlinx.coroutines.channels.SendChannel<? super com.cognifide.gradle.aem.instance.tail.LogChunk> notificationChannel) |
| Modifier and Type | Method and Description |
|---|---|
void |
listenTailed() |
public static InstanceAnalyzer.Companion Companion
public InstanceAnalyzer(@NotNull
InstanceTailer tailer,
@NotNull
Instance instance,
@NotNull
kotlinx.coroutines.channels.ReceiveChannel<com.cognifide.gradle.aem.instance.tail.Log> logsChannel,
@NotNull
kotlinx.coroutines.channels.SendChannel<? super com.cognifide.gradle.aem.instance.tail.LogChunk> notificationChannel)