Package | Description |
---|---|
io.siddhi.core.stream | |
io.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 © 2021. All rights reserved.