Interface S3ConfigurationProvider<C extends io.dropwizard.Configuration>

  • Type Parameters:
    C - the type of the applications configuration class
    All Superinterfaces:
    java.util.function.Function<C,​S3Configuration>
    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 S3ConfigurationProvider<C extends io.dropwizard.Configuration>
    extends java.util.function.Function<C,​S3Configuration>
    Provides the S3Configuration for the S3Bundle, e.g. MyAppConfig::getS3Config
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose