Class CMRequestId

java.lang.Object
energy.eddie.regionconnector.at.eda.utils.CMRequestId

public class CMRequestId extends Object
  • Constructor Details

    • CMRequestId

      public CMRequestId(String messageId)
      This class represents a CMRequestId as defined in the schema documentation found on: ebutilities in the documents section.

      The CMRequestId is created via the following process:

      1. compute CRC32 fom the messageId
      2. compute CRC8 from the CRC32
      3. checksum = append CRC8 to CRC32
      4. CMRequestId = base32 encoding of the checksum
      Parameters:
      messageId - the message id to be used as input for the request id
  • Method Details