On Monday, March 3, 2014 4:55:04 PM UTC-10, Jim Newsham wrote: > > Does Akka provide a means to stop/start the remoting subsystem? >
Can anyone confirm whether this is supported in Akka or not? And if not, any suggestions on how we might be able to add this functionality? I've spent a bit of time reading the source, however I'm a Java developer with not too much experience in Scala. I suspect I should be able to add a disconnect functionality by implementing a transport adapter, but I don't know how I would get access to the appropriate object to initiate the disconnect command. I see how transport adapters are layered and pass management commands down the stack, but I haven't found where (if at all) user-level code can inject management commands into the transport. Thanks! Jim -- >>>>>>>>>> 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.
