public abstract class AbstractArtifactInterceptor extends AbstractInterceptor<ArtifactEvent>
metrics| Modifier | Constructor and Description |
|---|---|
protected |
AbstractArtifactInterceptor()
Th constructor that creates an artifact interceptor with logger initialized based on the concrete class name
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
onUnhandledException(ArtifactEvent event,
Exception e)
Invokes on an error on an interception of an artifact interceptor implementation
|
intercept, interceptWithMetricsAndErrorHandling, setErrorHandler, setMetricsReporterprotected AbstractArtifactInterceptor()
protected boolean onUnhandledException(ArtifactEvent event, Exception e)
onUnhandledException in class AbstractInterceptor<ArtifactEvent>event - the event being handlede - the exception causing this method to be calledCopyright © 2010–2016 AdroitLogic. All rights reserved.