Record Class Stop
java.lang.Object
java.lang.Record
org.jpos.log.evt.Stop
- Record Components:
id- The unique identifier of the Q2 instance, corresponding to theUUIDinitialized at the start of the process. This ID links the stop event directly with its corresponding start event.uptime- The duration between theStartevent and thisStopevent for the specific log instance, given as aDuration. This measures the total time taken for the event, providing insights into performance and operational efficiency.
- All Implemented Interfaces:
AuditLogEvent
Represents the stopping log entry, marking the completion of a log instance (end of file/run).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.final StringtoString()Returns a string representation of this record class.uptime()Returns the value of theuptimerecord component.
-
Constructor Details
-
Stop
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
id
-
uptime
-