EngineConnectorBuilder

open class EngineConnectorBuilder(val type: ConnectorType = ConnectorType.HTTP) : EngineConnectorConfig

Mutable implementation of EngineConnectorConfig for building connectors programmatically

Constructors

Link copied to clipboard
fun EngineConnectorBuilder(type: ConnectorType = ConnectorType.HTTP)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open override var host: String

The network interface this host binds to as an IP address or a hostname. If null or 0.0.0.0, then bind to all interfaces.

Link copied to clipboard
open override var port: Int = 80

The port this application should be bound to.

Link copied to clipboard
open override val type: ConnectorType

Type of the connector, e.g HTTP or HTTPS.

Inheritors

Link copied to clipboard

Extensions

Link copied to clipboard

Returns new instance of EngineConnectorConfig based on this with modified port

Returns new instance of EngineConnectorConfig based on this with modified port

Returns new instance of EngineConnectorConfig based on this with modified port