Interface RefreshableGraph

All Superinterfaces:
Graph, Lifecycle
All Known Implementing Classes:
GraphImpl

public interface RefreshableGraph extends Graph, Lifecycle
  • Nested Class Summary

    Nested classes/interfaces inherited from interface ru.tinkoff.kora.application.graph.Graph

    Graph.Factory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    refresh(Node<?> fromNode)
     

    Methods inherited from interface ru.tinkoff.kora.application.graph.Graph

    draw, get, promiseOf, valueOf

    Methods inherited from interface ru.tinkoff.kora.application.graph.Lifecycle

    init, release
  • Method Details

    • refresh

      void refresh(Node<?> fromNode)