インターフェース SpanProcessors

すべてのスーパーインターフェース:
IterableSE<io.opentelemetry.sdk.trace.SpanProcessor>
関数インターフェース:
これは関数インターフェースであるため、ラムダ式またはメソッド参照の割り当てターゲットとして使用できます。

@FunctionalInterfaceSE public interface SpanProcessors extends IterableSE<io.opentelemetry.sdk.trace.SpanProcessor>
span processors のコレクション。
導入:
3.2.0
作成者:
Moritz Halbritter
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    default IteratorSE<io.opentelemetry.sdk.trace.SpanProcessor>
    ListSE<io.opentelemetry.sdk.trace.SpanProcessor>
    span processors のリストを返します。
    of(io.opentelemetry.sdk.trace.SpanProcessor... spanProcessors)
    指定された span processors を使用して SpanProcessors インスタンスを構築します。
    of(CollectionSE<? extends io.opentelemetry.sdk.trace.SpanProcessor> spanProcessors)
    指定された span processors リストを使用して SpanProcessors インスタンスを構築します。
    default SpliteratorSE<io.opentelemetry.sdk.trace.SpanProcessor>

    インターフェース java.lang.IterableSE から継承されたメソッド

    forEachSE
  • メソッドの詳細

    • list

      ListSE<io.opentelemetry.sdk.trace.SpanProcessor> list()
      span processors のリストを返します。
      戻り値:
      スパンプロセッサーのリスト
    • iterator

      default IteratorSE<io.opentelemetry.sdk.trace.SpanProcessor> iterator()
      次で指定:
      インターフェース IterableSE<io.opentelemetry.sdk.trace.SpanProcessor>iterator 
    • spliterator

      default SpliteratorSE<io.opentelemetry.sdk.trace.SpanProcessor> spliterator()
      次で指定:
      インターフェース IterableSE<io.opentelemetry.sdk.trace.SpanProcessor>spliterator 
    • of

      static SpanProcessors of(io.opentelemetry.sdk.trace.SpanProcessor... spanProcessors)
      指定された span processors を使用して SpanProcessors インスタンスを構築します。
      パラメーター:
      spanProcessors - スパンプロセッサー
      戻り値:
      構築された SpanProcessors インスタンス
    • of

      static SpanProcessors of(CollectionSE<? extends io.opentelemetry.sdk.trace.SpanProcessor> spanProcessors)
      指定された span processors リストを使用して SpanProcessors インスタンスを構築します。
      パラメーター:
      spanProcessors - スパンプロセッサーのリスト
      戻り値:
      構築された SpanProcessors インスタンス