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, setContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
writeTo
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
public void prepareForDeferredProcessing(Event event)
JsonProvider
DeferredProcessingAware.prepareForDeferredProcessing()
).prepareForDeferredProcessing
in interface JsonProvider<Event extends DeferredProcessingAware>
Copyright © 2020. All rights reserved.