| Modifier and Type | Class and Description |
|---|---|
class |
CloudWatchWriterConfig
Configuration for CloudWatchLogWriter.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
FacadeFactory.createFacade(Class<T> facadeType,
AbstractWriterConfig<?> config)
Instantiates the facade implementation corresponding to the provided
interface class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLogWriter<ConfigType extends AbstractWriterConfig<ConfigType>,StatsType extends AbstractWriterStatistics>
Manages common LogWriter activities.
|
class |
AbstractWriterConfig<T extends AbstractWriterConfig<T>>
Holds common configuration; writer-specific config objects are subclasses.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConfigType |
AbstractLogWriter.config |
| Modifier and Type | Method and Description |
|---|---|
AbstractWriterConfig<T> |
AbstractWriterConfig.clone() |
| Modifier and Type | Class and Description |
|---|---|
class |
KinesisWriterConfig
Configuration for KinesisLogWriter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SNSWriterConfig
Configuration for SNSLogWriter.
|
Copyright © 2023. All rights reserved.