Skip to content

Commit

Permalink
add fetch service
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxy committed Aug 11, 2023
1 parent 7c526cc commit 28e898f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ public interface IEnvironment extends Serializable {
void init();

/**
* Submit pipeline by geaflow client.
* Submit pipeline by bridge client.
*/
IPipelineResult submit();

/**
* Shutdown geaflow client.
* Shutdown bridge client.
*/
void shutdown();

Expand Down

0 comments on commit 28e898f

Please sign in to comment.