SftpStoreResourceBuilderImpl

blobstore.sftp.SftpStore$.SftpStoreResourceBuilderImpl
case class SftpStoreResourceBuilderImpl[F[_]](_mkSession: F[Session], _maxChannels: Option[Long], _connectTimeout: Long)(using evidence$3: Async[F]) extends SftpStoreResourceBuilder[F]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def build: Resource[F, SftpStore[F]]
def setMaxChannels(maybeMaxChannels: Option[Long]): SftpStoreResourceBuilder[F]
def withConnectTimeout(connectTimeoutMillis: Long): SftpStoreResourceBuilder[F]
def withMkSession(mkSession: F[Session]): SftpStoreResourceBuilder[F]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def withMaxChannels(maxChannels: Long): SftpStoreResourceBuilder[F]

Attributes

Inherited from:
SftpStoreResourceBuilder