Class RestateHttpEndpointBean

java.lang.Object
dev.restate.sdk.springboot.RestateHttpEndpointBean
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

@Component @EnableConfigurationProperties({RestateHttpServerProperties.class,RestateEndpointProperties.class}) public class RestateHttpEndpointBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.context.SmartLifecycle
Restate HTTP Endpoint serving RestateComponent.
See Also:
  • Component
  • Constructor Details Link icon

  • Method Details Link icon

    • afterPropertiesSet Link icon

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • start Link icon

      public void start()
      Specified by:
      start in interface org.springframework.context.Lifecycle
    • stop Link icon

      public void stop()
      Specified by:
      stop in interface org.springframework.context.Lifecycle
    • isRunning Link icon

      public boolean isRunning()
      Specified by:
      isRunning in interface org.springframework.context.Lifecycle
    • actualPort Link icon

      public int actualPort()