RestateHttpEndpointBean

open class RestateHttpEndpointBean : InitializingBean, SmartLifecycle

Restate HTTP Endpoint serving Endpoint

Constructors

Link copied to clipboard
constructor(endpoint: Endpoint, restateHttpServerProperties: RestateHttpServerProperties)
constructor(applicationContext: ApplicationContext, restateEndpointProperties: RestateEndpointProperties, restateHttpServerProperties: RestateHttpServerProperties)

Properties

Link copied to clipboard
val DEFAULT_PHASE: Int = 2147483647

Functions

Link copied to clipboard
open fun actualPort(): Int
Link copied to clipboard
Link copied to clipboard
open fun getPhase(): Int
Link copied to clipboard
Link copied to clipboard
open fun isRunning(): Boolean
Link copied to clipboard
open fun start()
Link copied to clipboard
open fun stop()
open fun stop(callback: Runnable)