@FunctionalInterface public static interface KafkaStructuredLoggingService.KeySelector<E>
| Modifier and Type | Method and Description |
|---|---|
byte[] |
selectKey(com.linecorp.armeria.common.logging.RequestLog log,
E structuredLog)
Selects a key which should be associated toe the record given as
structuredLog. |
© Copyright 2015–2018 LINE Corporation. All rights reserved.