Interface MetricCollectingServiceConfigurator

All Superinterfaces:
Ordered
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface MetricCollectingServiceConfigurator extends Ordered
Interface used to configure a MetricCollectingService on the default Armeria server.
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(com.linecorp.armeria.server.metric.MetricCollectingServiceBuilder metricCollectingServiceBuilder)
    Configures the MetricCollectingService using the specified MetricCollectingServiceBuilder.
    default int
    Returns the evaluation order of this configurator.