| Package | Description |
|---|---|
| org.streampipes.config.backend |
| Modifier and Type | Method and Description |
|---|---|
static SpDataFormat |
SpDataFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpDataFormat[] |
SpDataFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SpDataFormat> |
MessagingSettings.getPrioritizedFormats() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessagingSettings.setPrioritizedFormats(List<SpDataFormat> prioritizedFormats) |
| Constructor and Description |
|---|
MessagingSettings(Integer batchSize,
Integer messageMaxBytes,
Integer lingerMs,
Integer acks,
List<SpDataFormat> prioritizedFormats) |
Copyright © 2019. All rights reserved.