Hi Bill,
On Tue, Dec 17, 2013 at 8:58 PM, Bill Brasky <[email protected]> wrote: > Hi, > > New to Akka here and I have a question about the IO-Tcp actors. Is there > a way to get an ActorRef to the TcpListener? The Bound message doesn't > have a ref to the underlying listener actor (is the *sender *the > TcpListener?) > yes, it is the sender. From API docs: "or the actor handling the listen socket replies with a [[Bound]] message" /Patrik > > I ask, because in my unit tests, I fire up my server with a particular > configuration and want to watch the listener so I can wait for its death > before continuing on to the next test. > > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: http://akka.io/faq/ > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/groups/opt_out. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
