class AsyncHttpClientProvider extends Provider[AsyncHttpClient]
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncHttpClientProvider
- Provider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AsyncHttpClientProvider(environment: Environment, configuration: Configuration, applicationLifecycle: ApplicationLifecycle)(implicit executionContext: ExecutionContext)
- environment
the Play environment
- configuration
the Play configuration
- applicationLifecycle
app lifecycle, instance is closed automatically.
- Annotations
- @Inject()
Value Members
- lazy val get: AsyncHttpClient
- Definition Classes
- AsyncHttpClientProvider → Provider
Provides an instance of AsyncHttpClient configured from the Configuration object.