izumi.fundamentals.platform.integration

Members list

Type members

Classlikes

class PortCheck(timeout: FiniteDuration)

This class is intended to be always present in the DI object graph and injected into each resource which needs a port availability check.

This class is intended to be always present in the DI object graph and injected into each resource which needs a port availability check.

The timeout is intended to be defined just once per app.

Value parameters

timeout

port check timeout

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object PortCheck

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
PortCheck.type
sealed trait ResourceCheck

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Failure
class Success
object ResourceCheck

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type