Class TarantoolDaemonThreadFactory

  • All Implemented Interfaces:
    ThreadFactory

    public class TarantoolDaemonThreadFactory
    extends Object
    implements ThreadFactory
    Custom thread factory for scheduled executor service that creates daemon threads. Otherwise, applications that neglect to close the client will not exit.

    This class is not part of the public API.

    • Constructor Detail

      • TarantoolDaemonThreadFactory

        public TarantoolDaemonThreadFactory​(String namePrefix)