Record Class Deploy
java.lang.Object
java.lang.Record
org.jpos.log.evt.Deploy
- Record Components:
path- the path where the deployment is locatedenabled- a boolean flag indicating whether the deployment is enabledeager- a boolean flag indicating whether the QBean requires eager-start
- All Implemented Interfaces:
AuditLogEvent
public record Deploy(String path, boolean enabled, boolean eager)
extends Record
implements AuditLogEvent
Represents a deployment action
This record is used as part of the audit log events in the system to track deployment actions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaneager()Returns the value of theeagerrecord component.booleanenabled()Returns the value of theenabledrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.path()Returns the value of thepathrecord component.toString()Returns a string representation of this record class.
-
Constructor Details
-
Deploy
-
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
path
-
enabled
-
eager
-