Interface DownloadConfigBuilderCustomizer

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 DownloadConfigBuilderCustomizer
Callback interface that can be implemented by beans wishing to customize the DownloadConfig via an ImmutableDownloadConfig.Builder whilst retaining default auto-configuration.
Since:
2.2.0
Author:
Michael Gmeiner
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(de.flapdoodle.embed.process.config.store.ImmutableDownloadConfig.Builder downloadConfigBuilder)
    Customize the ImmutableDownloadConfig.Builder.
  • Method Details

    • customize

      void customize(de.flapdoodle.embed.process.config.store.ImmutableDownloadConfig.Builder downloadConfigBuilder)
      Customize the ImmutableDownloadConfig.Builder.
      Parameters:
      downloadConfigBuilder - the ImmutableDownloadConfig.Builder to customize