Class ServerBuilder$


  • public class ServerBuilder$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ServerBuilder$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerBuilder$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ServerBuilder apply​(java.lang.String interface_, int port, akka.actor.ClassicActorSystemProvider system)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final ServerBuilder$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ServerBuilder$

        public ServerBuilder$()
    • Method Detail

      • apply

        public ServerBuilder apply​(java.lang.String interface_,
                                   int port,
                                   akka.actor.ClassicActorSystemProvider system)