public interface ToGraphable
All instances of PublisherBuilder, ProcessorBuilder, SubscriberBuilder and CompletionRunner must implement this, to ensure that the builder can be turned into a graph by other implementations of the API.
  • Method Summary

    Modifier and Type
    Method
    Description
    Convert this builder to a Graph.
  • Method Details

    • toGraph

      Graph toGraph()
      Convert this builder to a Graph.
      Returns:
      The graph.