| Modifier and Type | Method and Description |
|---|---|
KinesisProducerConfiguration.ThreadingModel |
KinesisProducerConfiguration.getThreadingModel()
Returns the threading model that the native process will use to handle requests to AWS services
|
static KinesisProducerConfiguration.ThreadingModel |
KinesisProducerConfiguration.ThreadingModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KinesisProducerConfiguration.ThreadingModel[] |
KinesisProducerConfiguration.ThreadingModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
KinesisProducerConfiguration |
KinesisProducerConfiguration.setThreadingModel(KinesisProducerConfiguration.ThreadingModel threadingModel)
Sets the threading model that the native process will use.
|
Copyright © 2018. All rights reserved.