Class BlockingLightIdProvider

  • All Implemented Interfaces:
    pro.fessional.mirana.id.LightIdProvider

    
    public class BlockingLightIdProvider
     implements LightIdProvider
                        
    Since:

    2023-07-17

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public long timeout
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      long getTimeout()
      void setTimeout(long timeout)
      long next(@NotNull() String name, int block)
      long next(@NotNull() String name, int block, long timeout)
      • Methods inherited from class java.lang.Object

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

      • BlockingLightIdProvider

        BlockingLightIdProvider(LightIdProvider.Loader loader)