public interface ToGraphable
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.| Modifier and Type | Method and Description |
|---|---|
Graph |
toGraph()
Convert this builder to a
Graph. |
Copyright © 2019 Eclipse Foundation. All rights reserved.