- 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.
- newDecorator(String, String) - 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.