c

io.opencensus.proto.agent.trace.v1

TraceServiceClient

abstract class TraceServiceClient extends TraceServiceClientPowerApi with TraceService with AkkaGrpcClient

Annotations
@AkkaGrpcGenerated()
Source
TraceServiceClient.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TraceServiceClient
  2. AkkaGrpcClient
  3. TraceService
  4. TraceServiceClientPowerApi
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TraceServiceClient()

Abstract Value Members

  1. abstract def close(): CompletionStage[Done]
    Definition Classes
    AkkaGrpcClient
  2. abstract def closed(): CompletionStage[Done]
    Definition Classes
    AkkaGrpcClient
  3. abstract def config(in: Source[CurrentLibraryConfig, NotUsed]): Source[UpdatedLibraryConfig, NotUsed]

    After initialization, this RPC must be kept alive for the entire life of the application.

    After initialization, this RPC must be kept alive for the entire life of the application. The agent pushes configs down to applications via a stream.

    Definition Classes
    TraceService
  4. abstract def export(in: Source[ExportTraceServiceRequest, NotUsed]): Source[ExportTraceServiceResponse, NotUsed]

    For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.

    For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.

    Definition Classes
    TraceService

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def config(): StreamResponseRequestBuilder[Source[CurrentLibraryConfig, NotUsed], UpdatedLibraryConfig]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer config(io.opencensus.proto.agent.trace.v1.CurrentLibraryConfig) if possible.

    Definition Classes
    TraceServiceClientPowerApi
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def export(): StreamResponseRequestBuilder[Source[ExportTraceServiceRequest, NotUsed], ExportTraceServiceResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer export(io.opencensus.proto.agent.trace.v1.ExportTraceServiceRequest) if possible.

    Definition Classes
    TraceServiceClientPowerApi
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AkkaGrpcClient

Inherited from TraceService

Inherited from AnyRef

Inherited from Any

Ungrouped