adkModule

fun Application.adkModule(sessionService: SessionService, artifactService: ArtifactService, agentLoader: AgentLoader, apiServerSpanExporter: ApiServerSpanExporter)


fun Application.adkModule(sessionService: SessionService, artifactService: ArtifactService, runner: Runner, agentLoader: AgentLoader, apiServerSpanExporter: ApiServerSpanExporter)

Deprecated

Use adkModule without runner

Replace with

adkModule(sessionService, artifactService, agentLoader, apiServerSpanExporter)