public interface ErrorHandler
Modifier and Type | Field and Description |
---|---|
static String |
CONTINUE |
static String |
DISABLE |
static String |
DROPCAS |
static String |
ENABLE |
static String |
PROPAGATE |
static String |
RETRY |
static String |
RETRY_COUNT |
static String |
TERMINATE |
Modifier and Type | Method and Description |
---|---|
Map |
getEndpointThresholdMap() |
boolean |
handleError(Throwable t,
ErrorContext anErrorContext,
AnalysisEngineController aController) |
static final String CONTINUE
static final String RETRY
static final String DROPCAS
static final String TERMINATE
static final String DISABLE
static final String ENABLE
static final String PROPAGATE
static final String RETRY_COUNT
boolean handleError(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
Map getEndpointThresholdMap()
Copyright © 2016. All rights reserved.