Fixed typo in GraphInterpreter.scala (#21552)
This commit is contained in:
parent
ddb2b5cd28
commit
6e0b8b98f3
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ object GraphInterpreter {
|
|||
*
|
||||
* From an external viewpoint, the GraphInterpreter takes an assembly of graph processing stages encoded as a
|
||||
* [[GraphInterpreter#GraphAssembly]] object and provides facilities to execute and interact with this assembly.
|
||||
* The lifecylce of the Interpreter is roughly the following:
|
||||
* The lifecycle of the Interpreter is roughly the following:
|
||||
* - Boundary logics are attached via [[attachDownstreamBoundary()]] and [[attachUpstreamBoundary()]]
|
||||
* - [[init()]] is called
|
||||
* - [[execute()]] is called whenever there is need for execution, providing an upper limit on the processed events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue