Class RestateEndpointHttpServerProperties

java.lang.Object
dev.restate.sdk.springboot.RestateEndpointHttpServerProperties

@ConfigurationProperties(prefix="restate.sdk.http") public class RestateEndpointHttpServerProperties extends Object
  • Constructor Details Link icon

    • RestateEndpointHttpServerProperties Link icon

      @ConstructorBinding public RestateEndpointHttpServerProperties(@Name("port") @DefaultValue("9080") int port)
  • Method Details Link icon

    • getPort Link icon

      public int getPort()
      Port to expose the HTTP server.