public final class LogThresholdAdvisory extends AdvisoryEvent
Title: Service Event Fabric Core
Description: Defines an advisory raised by the Container Logger if a size of the current log exceeds the specified threshold (in percent).
Copyright: Copyright (c) 2021
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_ID |
SEMANTIC_TYPE_NAME
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
LogThresholdAdvisory() |
Modifier and Type | Method and Description |
---|---|
long |
getLogSize()
Returns the size (in bytes) of the current log.
|
java.lang.String |
getMessage()
Returns the advisory message.
|
int |
getThreshold()
Returns the specified threshold for the size of the current log.
|
equals, getCorrelationId, getCorrelationIdAsBytes, setCorrelationId, setCorrelationIdAsBytes, setEventGroupId, setEventKey
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getSerialVersionUID, getTimestamp, getTransmitAccess, isCoalesced, setDurable, setEventId
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getTimestamp, getTransmitAccess
getSerialVersionUID
public static final java.lang.String EVENT_ID
public int getThreshold()
public long getLogSize()
public java.lang.String getMessage()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.