public final class ExceptionStrategy
extends java.lang.Enum
Title: Structured Data Objects
Description: Defines an exception strategy used during a processing of events by synchronous listeners.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static ExceptionStrategy |
ABORT
Exception thrown by a synchronous listener is not ignored and thrown further to a producer.
|
static ExceptionStrategy |
CHAIN
This strategy is not supported (acts as
ABORT for now). |
static 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 |
valueOf(java.lang.String name) |
static ExceptionStrategy[] |
values() |
public static final ExceptionStrategy ABORT
public static final ExceptionStrategy CHAIN
ABORT
for now).public static final ExceptionStrategy IGNORE
public static ExceptionStrategy[] values()
public static ExceptionStrategy valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.