Package 

Class Flow.ResultFlow

  • All Implemented Interfaces:
    com.datadog.trace.api.gateway.Flow

    
    public class Flow.ResultFlow<R>
     implements Flow<R>
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final R result
    • Constructor Summary

      Constructors 
      Constructor Description
      Flow.ResultFlow(R result)
    • Method Summary

      Modifier and Type Method Description
      R getResult()
      static <R> Flow.ResultFlow<R> empty()
      Flow.Action getAction()
      • Methods inherited from class com.datadog.trace.api.gateway.Flow

        getResult
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait