case class StatusInfoConfig(port: Int = 4440, maxPortRetries: Int = 10, stopOnEnd: Boolean = true) extends Product with Serializable
Configuration for the Server that provides live status info of the current DAG Execution
- port
: port with which the first connection attempt is made
- maxPortRetries
: If port is already in use, we will increment port by one and try with that new port. maxPortRetries describes how many times this should be attempted. If set to 0 it will not be attempted. Values below 0 are not allowed.
- stopOnEnd
: Set to false if the Server should remain online even after SDL has finished its execution. In that case, the Application needs to be stopped manually. Useful for debugging.
- Annotations
- @Scaladoc()
- Alphabetic
- By Inheritance
- StatusInfoConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
StatusInfoConfig(port: Int = 4440, maxPortRetries: Int = 10, stopOnEnd: Boolean = true)
- port
: port with which the first connection attempt is made
- maxPortRetries
: If port is already in use, we will increment port by one and try with that new port. maxPortRetries describes how many times this should be attempted. If set to 0 it will not be attempted. Values below 0 are not allowed.
- stopOnEnd
: Set to false if the Server should remain online even after SDL has finished its execution. In that case, the Application needs to be stopped manually. Useful for debugging.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxPortRetries: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val port: Int
- val stopOnEnd: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated