@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. |
@Nullable
byte[] selectKey(com.linecorp.armeria.common.logging.RequestLog log,
E structuredLog)
structuredLog.