fromByte static method

Implementation

static LogicalReplicationMessageTypes fromByte(int byte) {
  return fromID(String.fromCharCode(byte));
}