Event - type of event (ILoggingEvent or IAccessEvent).public abstract class AbstractJsonProvider<Event extends DeferredProcessingAware> extends ContextAwareBase implements JsonProvider<Event>
JsonProvider that provides default implementations for standard methods.context| Constructor and Description |
|---|
AbstractJsonProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStarted() |
void |
prepareForDeferredProcessing(Event event)
Gives the provider a chance to perform more deferred processing
(in addition to what is already provided by
DeferredProcessingAware.prepareForDeferredProcessing()). |
void |
start() |
void |
stop() |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteToaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContextpublic void prepareForDeferredProcessing(Event event)
JsonProviderDeferredProcessingAware.prepareForDeferredProcessing()).prepareForDeferredProcessing in interface JsonProvider<Event extends DeferredProcessingAware>Copyright © 2020. All rights reserved.