Interface SampleTestRunner.SampleTestRunnerConsumer

Enclosing class:
SampleTestRunner
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 static interface SampleTestRunner.SampleTestRunnerConsumer
Functional interface to run user code.
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(BuildingBlocks bb, io.micrometer.core.instrument.MeterRegistry meterRegistry)
     
  • Method Details

    • accept

      void accept(BuildingBlocks bb, io.micrometer.core.instrument.MeterRegistry meterRegistry) throws Exception
      Parameters:
      bb - - building blocks
      meterRegistry - - meter registry
      Throws:
      Exception - exception