public class CreateEmbeddedSchedulerWorkflowRequestBody extends Object implements org.apache.flink.runtime.rest.messages.RequestBody
RequestBody for create workflow in embedded scheduler.| Constructor and Description |
|---|
CreateEmbeddedSchedulerWorkflowRequestBody(String materializedTableIdentifier,
String cronExpression,
Map<String,String> initConfig,
Map<String,String> executionConfig,
String restEndpointUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCronExpression() |
Map<String,String> |
getExecutionConfig() |
Map<String,String> |
getInitConfig() |
String |
getMaterializedTableIdentifier() |
String |
getRestEndpointUrl() |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.