Package akka.stream

Class TerminationSignal.Listener

  • Enclosing class:
    TerminationSignal

    public final class TerminationSignal.Listener
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Listener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.concurrent.Future<Done> future()  
      scala.concurrent.Promise<Done> promise()  
      void unregister()  
      • Methods inherited from class java.lang.Object

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

      • Listener

        public Listener()
    • Method Detail

      • future

        public scala.concurrent.Future<Done> future()
      • promise

        public scala.concurrent.Promise<Done> promise()
      • unregister

        public void unregister()