Class RestateEndpointHttpServerProperties

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

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

    • RestateEndpointHttpServerProperties

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

    • getPort

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