Skip navigation links
C K N S W 

C

close() - Method in class com.linecorp.armeria.server.logging.structured.kafka.KafkaStructuredLoggingService
 
close() - Method in class com.linecorp.armeria.server.logging.structured.kafka.StructuredLogJsonKafkaSerializer
 
com.linecorp.armeria.server.logging.structured.kafka - package com.linecorp.armeria.server.logging.structured.kafka
Kafka backend integration support for structured request/response logging.
configure(Map<String, ?>, boolean) - Method in class com.linecorp.armeria.server.logging.structured.kafka.StructuredLogJsonKafkaSerializer
 

K

KafkaStructuredLoggingService<I extends com.linecorp.armeria.common.Request,O extends com.linecorp.armeria.common.Response,L> - Class in com.linecorp.armeria.server.logging.structured.kafka
Kafka backend for service log logging.
KafkaStructuredLoggingService.KeySelector<E> - Interface in com.linecorp.armeria.server.logging.structured.kafka
Implements "key" selector of Kafka based service log writer.

N

newDecorator(Producer<byte[], L>, String, StructuredLogBuilder<L>, KafkaStructuredLoggingService.KeySelector<L>) - Static method in class com.linecorp.armeria.server.logging.structured.kafka.KafkaStructuredLoggingService
Creates a decorator which provides StructuredLoggingService with full set of arguments.
newDecorator(Producer<byte[], L>, String, StructuredLogBuilder<L>) - Static method in class com.linecorp.armeria.server.logging.structured.kafka.KafkaStructuredLoggingService
Creates a decorator which provides StructuredLoggingService with defaulting key to null.
newDecorator(String, String, StructuredLogBuilder<L>, KafkaStructuredLoggingService.KeySelector<L>) - Static method in class com.linecorp.armeria.server.logging.structured.kafka.KafkaStructuredLoggingService
Creates a decorator which provides StructuredLoggingService with default Producer.
newDecorator(String, String, StructuredLogBuilder<L>) - Static method in class com.linecorp.armeria.server.logging.structured.kafka.KafkaStructuredLoggingService
Creates a decorator which provides StructuredLoggingService with default Producer and defaulting key to null.

S

selectKey(RequestLog, E) - Method in interface com.linecorp.armeria.server.logging.structured.kafka.KafkaStructuredLoggingService.KeySelector
Selects a key which should be associated toe the record given as structuredLog.
serialize(String, L) - Method in class com.linecorp.armeria.server.logging.structured.kafka.StructuredLogJsonKafkaSerializer
 
StructuredLogJsonKafkaSerializer<L> - Class in com.linecorp.armeria.server.logging.structured.kafka
A Kafka Serializer which serializes anything which are serializable in JSON format.
StructuredLogJsonKafkaSerializer(ObjectMapper) - Constructor for class com.linecorp.armeria.server.logging.structured.kafka.StructuredLogJsonKafkaSerializer

W

writeLog(RequestLog, L) - Method in class com.linecorp.armeria.server.logging.structured.kafka.KafkaStructuredLoggingService
 
C K N S W 
Skip navigation links

© Copyright 2015–2017 LINE Corporation. All rights reserved.