Record Class Processing.MonitoredMessage.HashAddress

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Processing.MonitoredMessage.HashAddress
Record Components:
hash - Hash of the message.
address - Destination address of the message.
All Implemented Interfaces:
Processing.MonitoredMessage
Enclosing interface:
Processing.MonitoredMessage

public static record Processing.MonitoredMessage.HashAddress(String hash, String address) extends Record implements Processing.MonitoredMessage
Message's hash and destination address.