const classafBedSheet::BedSheetWebMod
sys::Obj web::WebMod afBedSheet::BedSheetWebMod
The web::WebMod to be passed to Wisp.
- createBob
static RegistryBuilder createBob(Str moduleName, Int port, [Str:Obj?]? options := null)Returns a fully loaded IoC
RegistryBuilderthat creates everything this Bed App needs.- make
new make(Str moduleName, Int port, [Str:Obj?]? registryOptions := null)Creates this
WebMod.moduleNamecan be a qualified type name of an AppModule or a pod name.- moduleName
const Str moduleNameThe module name passed into the ctor. Can be either a qualified type name of an AppModule or a pod name.
- port
const Int portThe port number this Bed App will be listening on.
- registry
Registry? registry { private set }The
afIocregistry. Can benullif BedSheet has not started.- startupErr
Err? startupErr { private set }The Err (if any) that occurred on service startup