EndpointBuilder

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun dataStore(dataStoreName: String, visibility: DataStoreVisibility = DataStoreVisibility.IntegrationFlow, pollInterval: Duration = 10.seconds, retryInterval: Duration = 1.minutes, exponentialBackoff: Boolean = false, maximumRetryInterval: Duration = 1.hours, lockTimeout: Duration = 10.minutes, stepBuilder: StepBuilder.NeedsStartMessage.() -> Unit)
Link copied to clipboard
fun https(url: String, userRole: String, xsrfProtection: Boolean = false, clientCertificates: Boolean = false, maximumBodySize: MB = 40.MB, returnExceptionsToSender: Boolean = false, stepBuilder: StepBuilder.NeedsStartMessage.() -> Unit)
Link copied to clipboard
fun timer(quartzCron: String, stepBuilder: StepBuilder.() -> Unit)

See also CronMaker