Class MonikerProducer


  • public class MonikerProducer
    extends java.lang.Object
    TODO(rz): Only supports Frigga formatted monikers at the moment.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable com.netflix.spinnaker.moniker.Moniker get()  
      • Methods inherited from class java.lang.Object

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

      • MonikerProducer

        public MonikerProducer​(@NotNull
                               @NotNull RandomProducer randomProducer)
    • Method Detail

      • get

        @Nullable
        public @Nullable com.netflix.spinnaker.moniker.Moniker get()