Class RestateHttpServerProperties

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

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

    • RestateHttpServerProperties

      @ConstructorBinding public RestateHttpServerProperties(@Name("port") @DefaultValue("9080") int port)
  • Method Details

    • getPort

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