All Superinterfaces:
com.google.common.base.Supplier<MacroId>, Supplier<MacroId>
All Known Implementing Classes:
DefaultMacroIdSupplier

public interface MacroIdSupplier extends com.google.common.base.Supplier<MacroId>
A generator of macro UUIDs. In general these UUIDs will be random but may contain specific implementations for testing.

The macro UUID is generated in the StorageMacroV2Marshaller

  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details