Class DateTimeDssIdSupplier

  • All Implemented Interfaces:
    java.util.function.Supplier<java.lang.String>

    public class DateTimeDssIdSupplier
    extends PrefixDssIdSupplier
    Generate Data Submission Session (DSS) IDs from a prefix and the current date and time.
    • Constructor Summary

      Constructors 
      Constructor Description
      DateTimeDssIdSupplier​(java.lang.String prefix)
      Create an instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String postfix()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DateTimeDssIdSupplier

        public DateTimeDssIdSupplier​(java.lang.String prefix)
        Create an instance.
        Parameters:
        prefix - The prefix for all generated DSS IDs