Class AsyncConfig.Builder

All Implemented Interfaces:
Prototype.Builder<AsyncConfig.Builder, AsyncConfig>, Builder<AsyncConfig.Builder, Async>, ConfigBuilderSupport.ConfiguredBuilder<AsyncConfig.Builder, AsyncConfig>, Supplier<Async>
Enclosing interface:
AsyncConfig

public static class AsyncConfig.Builder extends AsyncConfig.BuilderBase<AsyncConfig.Builder, AsyncConfig> implements Builder<AsyncConfig.Builder, Async>
Fluent API builder for Async.
  • Method Details

    • buildPrototype

      public AsyncConfig buildPrototype()
      Create an instance of the prototype. Calling this method may update this builder from providers and decorators, so repeated calls may have side effects.
      Specified by:
      buildPrototype in interface Prototype.Builder<AsyncConfig.Builder, AsyncConfig>
      Returns:
      an instance of the setup object created from this builder
    • build

      public Async build()
      Create an instance from this builder. Calling this method may update this builder from providers and decorators, so repeated calls may have side effects.
      Specified by:
      build in interface Builder<AsyncConfig.Builder, Async>
      Returns:
      instance of the built type