RestateHttpServerProperties

@ConfigurationProperties(prefix = "restate.sdk.http")
open class RestateHttpServerProperties

Constructors

Link copied to clipboard
@ConstructorBinding
constructor(@Name(value = "port") @DefaultValue(value = "9080") port: Int, @Name(value = "disableBidirectionalStreaming") @DefaultValue(value = "false") disableBidirectionalStreaming: Boolean, @Name(value = "eventLoops") @DefaultValue(value = "0") eventLoops: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val port: Int

Functions

Link copied to clipboard
If true, disable bidirectional streaming with HTTP/2 requests.