Package | Description |
---|---|
com.streamscape.cli.http | |
com.streamscape.cli.tlp | |
com.streamscape.sdo.enums | |
com.streamscape.sef.moderator |
Modifier and Type | Method and Description |
---|---|
ExceptionStrategy |
HTTPFabricConnection.getExceptionStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
HTTPFabricConnection.setExceptionStrategy(ExceptionStrategy exceptionStrategy) |
Modifier and Type | Method and Description |
---|---|
ExceptionStrategy |
FabricConnection.getExceptionStrategy()
Returns an exception strategy of the connection.
|
Modifier and Type | Method and Description |
---|---|
void |
FabricConnection.setExceptionStrategy(ExceptionStrategy exceptionStrategy)
Sets the specified exception strategy of the connection.
|
Modifier and Type | Field and Description |
---|---|
static ExceptionStrategy |
ExceptionStrategy.ABORT
Exception thrown by a synchronous listener is not ignored and thrown further to a producer.
|
static ExceptionStrategy |
ExceptionStrategy.CHAIN
This strategy is not supported (acts as
ABORT for now). |
static ExceptionStrategy |
ExceptionStrategy.IGNORE
Exception thrown by a synchronous listener is ignored and other listeners will get the current event.
|
Modifier and Type | Method and Description |
---|---|
static ExceptionStrategy |
ExceptionStrategy.valueOf(java.lang.String name) |
static ExceptionStrategy[] |
ExceptionStrategy.values() |
Modifier and Type | Method and Description |
---|---|
ExceptionStrategy |
ComponentReference.getExceptionStrategy()
Returns an exception strategy of the component.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.