classcamAxonPlugin::AxonConn

sys::Obj
  camAxonPlugin::AxonConn

@Serializable

AxonConn : Connection to a axon functions on a skyspark server

client

Source

@Transient
Client? client

connect

Source

Void connect()

Connects to skyspark Will throw an Err if fails

dir

Source

@Transient
File? dir

fileName

Source

@Transient
const static Uri fileName := `_axon_conn.props`

host

Source

const Str host

lastSync

Source

@Transient
DateTime? lastSync

load

Source

static AxonConn load(File from)

make

Source

new make(|This f)

password

Source

@Transient
Str? password

Not going to store the password for now, but just ask and keep it in mem for session

project

Source

const Str project

save

Source

Void save(File to)

toStr

Source

virtual override Str toStr()

user

Source

const Str user