sdk-java
Toggle table of contents
2.9.3
java
Target filter
java
Switch theme
Search in API
Skip to content
sdk-java
sdk-spring-boot
/
dev.restate.sdk.springboot
/
RestateHttpServerProperties
Restate
Http
Server
Properties
@
ConfigurationProperties
(
prefix
=
"restate.sdk.http"
)
open
class
RestateHttpServerProperties
Members
Constructors
Restate
Http
Server
Properties
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
event
Loops
Link copied to clipboard
val
eventLoops
:
Int
port
Link copied to clipboard
val
port
:
Int
Functions
is
Disable
Bidirectional
Streaming
Link copied to clipboard
open
fun
isDisableBidirectionalStreaming
(
)
:
Boolean
If true, disable bidirectional streaming with HTTP/2 requests.