Class CinnamonAttributes.GraphWithInstrumented<Mat>

  • Enclosing class:
    CinnamonAttributes

    public static class CinnamonAttributes.GraphWithInstrumented<Mat>
    extends java.lang.Object
    Implicit convenience extension for adding Instrumented attributes to runnable graphs.
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphWithInstrumented​(akka.stream.Graph<akka.stream.ClosedShape,​Mat> runnable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.stream.scaladsl.RunnableGraph<Mat> instrumented​(boolean reportByName, boolean reportByInstance, java.lang.String name, scala.collection.immutable.Map<java.lang.String,​java.lang.String> tags, boolean perOperator, boolean perConnection, boolean perBoundary, boolean perFlow, boolean substreams, boolean traceable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphWithInstrumented

        public GraphWithInstrumented​(akka.stream.Graph<akka.stream.ClosedShape,​Mat> runnable)
    • Method Detail

      • instrumented

        public akka.stream.scaladsl.RunnableGraph<Mat> instrumented​(boolean reportByName,
                                                                    boolean reportByInstance,
                                                                    java.lang.String name,
                                                                    scala.collection.immutable.Map<java.lang.String,​java.lang.String> tags,
                                                                    boolean perOperator,
                                                                    boolean perConnection,
                                                                    boolean perBoundary,
                                                                    boolean perFlow,
                                                                    boolean substreams,
                                                                    boolean traceable)