| Package | Description |
|---|---|
| com.ibasco.agql.protocols.valve.source.query.logger |
| Modifier and Type | Method and Description |
|---|---|
Consumer<SourceLogEntry> |
SourceLogListenService.getLogEventCallback()
Retrieve the callback assigned for Raw Log Events
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceLogListenService.setLogEventCallback(Consumer<SourceLogEntry> callback)
Sets the callback for listening on Raw Log Events
|
| Constructor and Description |
|---|
SourceLogListenService(InetSocketAddress listenAddress,
Consumer<SourceLogEntry> callback)
Creates a new listen service for the provided
InetSocketAddress. |
SourceLogListenService(InetSocketAddress listenAddress,
Consumer<SourceLogEntry> callback,
ExecutorService executorService,
int nThreads,
boolean useNative)
Creates a new listen service for the provided
InetSocketAddress. |
Copyright © 2016–2024. All rights reserved.