Uses of Enum Class
io.higson.runtime.diagnostic.queue.DiagnosticEventCode
Packages that use DiagnosticEventCode
-
Uses of DiagnosticEventCode in io.higson.runtime.diagnostic.persister
Methods in io.higson.runtime.diagnostic.persister that return DiagnosticEventCodeModifier and TypeMethodDescriptionCallStackReportDiagnosticEventPersister.supportedCode()DiagnosticEventPersister.supportedCode()The event code this persister handles.RuntimeMetricsDiagnosticEventPersister.supportedCode()ThreadStateSnapshotDiagnosticEventPersister.supportedCode() -
Uses of DiagnosticEventCode in io.higson.runtime.diagnostic.queue
Methods in io.higson.runtime.diagnostic.queue that return DiagnosticEventCodeModifier and TypeMethodDescriptionDiagnosticEvent.eventCode()Returns the value of theeventCoderecord component.static DiagnosticEventCodeReturns the enum constant of this class with the specified name.static DiagnosticEventCode[]DiagnosticEventCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.higson.runtime.diagnostic.queue with parameters of type DiagnosticEventCodeModifierConstructorDescriptionDiagnosticEvent(String instanceId, DiagnosticEventCode eventCode, DiagnosticData data, LocalDateTime timestamp) Creates an instance of aDiagnosticEventrecord class.