Class LegacyGenerator

java.lang.Object
ca.uhn.hl7v2.util.idgenerator.LegacyGenerator
All Implemented Interfaces:
IDGenerator, IDGenerator.Ordered

public class LegacyGenerator extends Object implements IDGenerator.Ordered
Bridge between the IDGenerator interface and the old MessageIDGenerator class. Only use this implementation if you absolutely must stick to legacy implementation. It is recommended to switch to FileBasedHiLoGenerator.
Author:
Christian Ohr