| Package | Description |
|---|---|
| io.siddhi.parser.core.topology | |
| io.siddhi.parser.core.util |
| Modifier and Type | Method and Description |
|---|---|
TransportStrategy |
PublishingStrategyDataHolder.getStrategy() |
TransportStrategy |
SubscriptionStrategyDataHolder.getStrategy() |
| Constructor and Description |
|---|
PublishingStrategyDataHolder(TransportStrategy strategy,
int parallelism) |
PublishingStrategyDataHolder(TransportStrategy strategy,
String groupingField,
int parallelism) |
SubscriptionStrategyDataHolder(int offeredParallelism,
TransportStrategy strategy,
String partitionKey) |
| Modifier and Type | Method and Description |
|---|---|
static TransportStrategy |
TransportStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportStrategy[] |
TransportStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 WSO2. All rights reserved.