Interface AxonTestFixtureProvider

All Superinterfaces:
Supplier<AxonTestFixture>
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 AxonTestFixtureProvider extends Supplier<AxonTestFixture>
Functional interface to supply an AxonTestFixture instance.
Since:
5.0.3
Author:
Jan Galinski
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get