RestateHttpServerProperties

@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)