Class StreamTestKit.ProbeSource<T>

    • Method Detail

      • withAttributes

        public akka.stream.impl.SourceModule<T,​TestPublisher.Probe<T>> withAttributes​(Attributes attr)
        Description copied from interface: Graph
        Replace the attributes of this Flow with the given ones. If this Flow is a composite of multiple graphs, new attributes on the composite will be less specific than attributes set directly on the individual graphs of the composite.