SftpStoreResourceBuilder

See also:
class Object
trait Matchable
class Any

Value members

Abstract 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]

Concrete methods

def withMaxChannels(maxChannels: Long): SftpStoreResourceBuilder[F]