Interface OtlpGrpcLogRecordExporterBuilderCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be implemented by beans wishing to customize the
OtlpGrpcLogRecordExporterBuilder whilst retaining default auto-configuration.- Since:
- 4.1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(io.opentelemetry.exporter.otlp.logs.OtlpGrpcLogRecordExporterBuilder builder) Customize theOtlpGrpcLogRecordExporterBuilder.
-
Method Details
-
customize
void customize(io.opentelemetry.exporter.otlp.logs.OtlpGrpcLogRecordExporterBuilder builder) Customize theOtlpGrpcLogRecordExporterBuilder.- Parameters:
builder- the builder to customize
-