Class QueueSource<T>

    • Constructor Detail

      • QueueSource

        public QueueSource​(int maxBuffer,
                           OverflowStrategy overflowStrategy)
    • Method Detail

      • shape

        public SourceShape<T> shape()
        Description copied from interface: Graph
        The shape of a graph is all that is externally visible: its inlets and outlets.
        Returns:
        (undocumented)