@ConfigurationProperties(prefix="restate.sdk.http")
public class RestateEndpointHttpServerProperties
extends Object
-
Constructor Summary 
Constructors
-
Method Summary 
int
Port to expose the HTTP server.
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
RestateEndpointHttpServerProperties 
@ConstructorBinding
public RestateEndpointHttpServerProperties(@Name("port") @DefaultValue("9080")
int port)
-
Method Details 
-
getPort 
public int getPort()
Port to expose the HTTP server.