Class CreateEmbeddedSchedulerWorkflowRequestBody

    • Constructor Detail

      • CreateEmbeddedSchedulerWorkflowRequestBody

        public CreateEmbeddedSchedulerWorkflowRequestBody​(String materializedTableIdentifier,
                                                          String cronExpression,
                                                          @Nullable
                                                          Map<String,​String> initConfig,
                                                          @Nullable
                                                          Map<String,​String> executionConfig,
                                                          String restEndpointUrl)
    • Method Detail

      • getMaterializedTableIdentifier

        public String getMaterializedTableIdentifier()
      • getExecutionConfig

        @Nullable
        public Map<String,​String> getExecutionConfig()
      • getCronExpression

        public String getCronExpression()
      • getRestEndpointUrl

        public String getRestEndpointUrl()