Package eos
Class Eos.Builder
- java.lang.Object
-
- eos.Eos.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Eosmake()Eos.Builderspawn(int numberThreads)Eos.BuilderwithPort(Integer port)Eos.BuilderwithSupport(Support support)
-
-
-
Method Detail
-
withPort
public Eos.Builder withPort(Integer port)
-
withSupport
public Eos.Builder withSupport(Support support)
-
spawn
public Eos.Builder spawn(int numberThreads) throws IOException
- Throws:
IOException
-
make
public Eos make()
-
-