Class AbstractIdleService.ThreadNameSupplier

  • All Implemented Interfaces:
    Supplier<java.lang.String>, java.util.function.Supplier<java.lang.String>
    Enclosing class:
    AbstractIdleService

    private final class AbstractIdleService.ThreadNameSupplier
    extends java.lang.Object
    implements Supplier<java.lang.String>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ThreadNameSupplier()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String get()
      Retrieves an instance of the appropriate type.
      • Methods inherited from class java.lang.Object

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

      • ThreadNameSupplier

        private ThreadNameSupplier()
    • Method Detail

      • get

        public java.lang.String get()
        Description copied from interface: Supplier
        Retrieves an instance of the appropriate type. The returned object may or may not be a new instance, depending on the implementation.
        Specified by:
        get in interface Supplier<java.lang.String>
        Specified by:
        get in interface java.util.function.Supplier<java.lang.String>
        Returns:
        an instance of the appropriate type