DelegatedCloseableServiceWrapper

io.cequence.openaiscala.service.adapter.DelegatedCloseableServiceWrapper
trait DelegatedCloseableServiceWrapper[+S <: CloseableService, +W <: CloseableServiceWrapper[S]]() extends ServiceWrapper[S] with CloseableService

Attributes

Graph
Supertypes
trait CloseableService
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

protected def delegate: W

Concrete methods

override def close(): Unit

Closes the underlying ws client, and releases all its resources.

Closes the underlying ws client, and releases all its resources.

Attributes

Definition Classes
CloseableService