| Package | Description |
|---|---|
| org.wso2.siddhi.core.stream | |
| org.wso2.siddhi.core.util.event.handler |
| Modifier and Type | Method and Description |
|---|---|
static StreamJunction.OnErrorAction |
StreamJunction.OnErrorAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamJunction.OnErrorAction[] |
StreamJunction.OnErrorAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StreamHandler(List<StreamJunction.Receiver> receivers,
int batchSize,
String streamName,
String siddhiAppName,
StreamJunction faultStreamJunction,
StreamJunction.OnErrorAction onErrorAction,
ExceptionListener exceptionListener) |
Copyright © 2019 WSO2. All rights reserved.