const classafBedSheet::BedSheetWebMod
sys::Obj web::WebMod afBedSheet::BedSheetWebMod
The top-level web::WebMod to be passed to Wisp.
- bedSheetOptions
- createBob
static RegistryBuilder createBob(Str moduleName, Int port, Str:Obj? bedSheetOptions := ([Str:Obj?])[:], Str:Obj? registryOptions := ([Str:Obj?])[:])Returns a fully loaded
RegistryBuilderready to build an IoC.- make
new make(Str moduleName, Int port, [Str:Obj?]? bedSheetOptions := null, [Str:Obj?]? registryOptions := null)Creates this
WebMod.moduleNamecan be a qualified type name of an AppModule or a pod name.- moduleName
const Str moduleName- onService
virtual override Void onService()- onStart
virtual override Void onStart()- onStop
virtual override Void onStop()- port
const Int port- registry
Registry? registry { private set }The
afIocregistry. Can benullif BedSheet has not started.- registryOptions
- startupErr
Err? startupErr { private set }An Err (if any) that occured on service startup