Preparing search index...
The search index is not available
Midway v3 Api Reference
Midway v3 Api Reference
@midwayjs/bootstrap
Bootstrap
Class Bootstrap
Hierarchy
Bootstrap
Index
Constructors
constructor
Properties
configured
logger
starter
Methods
configure
get
Application
Context
get
Starter
reset
run
stop
Constructors
constructor
new
Bootstrap
(
)
:
Bootstrap
Returns
Bootstrap
Properties
Static
Protected
configured
configured
:
boolean
= false
Static
Protected
logger
logger
:
IMidwayLogger
Static
Protected
starter
starter
:
BootstrapStarter
Methods
Static
configure
configure
(
configuration
?:
IMidwayBootstrapOptions
)
:
typeof
Bootstrap
set global configuration for midway
Parameters
configuration:
IMidwayBootstrapOptions
= {}
Returns
typeof
Bootstrap
Static
get
Application
Context
get
Application
Context
(
)
:
IMidwayContainer
Returns
IMidwayContainer
Static
get
Starter
get
Starter
(
)
:
BootstrapStarter
Returns
BootstrapStarter
Static
reset
reset
(
)
:
void
Returns
void
Static
run
run
(
)
:
Promise
<
IMidwayContainer
>
Returns
Promise
<
IMidwayContainer
>
Static
stop
stop
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Midway v3
Api
Reference
@midwayjs/bootstrap
@midwayjs/core
Consumer
Metadata
FaaSMetadata
GRPCMetadata
@midwayjs/decorator
@midwayjs/koa
Bootstrap
constructor
configured
logger
starter
configure
get
Application
Context
get
Starter
reset
run
stop
Generated using
TypeDoc
set global configuration for midway