public class HttpEmitterModule extends Object implements com.google.inject.Module
| Constructor and Description |
|---|
HttpEmitterModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.google.inject.Binder binder) |
static SSLContext |
getEffectiveSSLContext(HttpEmitterSSLClientConfig sslConfig,
SSLContext sslContext) |
Emitter |
getEmitter(com.google.common.base.Supplier<HttpEmitterConfig> config,
com.google.common.base.Supplier<HttpEmitterSSLClientConfig> sslConfig,
SSLContext sslContext,
Lifecycle lifecycle,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
public void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.Module@Provides public Emitter getEmitter(com.google.common.base.Supplier<HttpEmitterConfig> config, com.google.common.base.Supplier<HttpEmitterSSLClientConfig> sslConfig, @Nullable SSLContext sslContext, Lifecycle lifecycle, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
public static SSLContext getEffectiveSSLContext(HttpEmitterSSLClientConfig sslConfig, SSLContext sslContext)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.