Interface SessionSupplier

All Known Implementing Classes:
NoOpSessionSupplier, QuerySessionSupplier

public interface SessionSupplier
  • Method Summary

    Modifier and Type
    Method
    Description
    createSession(QueryId queryId, io.opentelemetry.api.trace.Span querySpan, SessionContext context)
     
  • Method Details