Application

Constructors

this
this()
Undocumented in source.
this
this(string name, string ver, string description)
Undocumented in source.

Members

Aliases

configuring
alias configuring = booting
Undocumented in source.
onBooted
deprecated alias onBooted = booted
Undocumented in source.

Functions

auth
AuthService auth()
Undocumented in source. Be warned that the author may not have intended to support it.
booted
Application booted(SimpleEventHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
booting
Application booting(SimpleEventHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
breadcrumbs
BreadcrumbsManager breadcrumbs()
Undocumented in source. Be warned that the author may not have intended to support it.
cache
Cache cache()
Undocumented in source. Be warned that the author may not have intended to support it.
config
ApplicationConfig config()
Undocumented in source. Be warned that the author may not have intended to support it.
entityManager
deprecated EntityManager entityManager()
Undocumented in source. Be warned that the author may not have intended to support it.
environment
HostEnvironment environment()
Undocumented in source. Be warned that the author may not have intended to support it.
grpc
GrpcService grpc()
Undocumented in source. Be warned that the author may not have intended to support it.
logger
Logger logger()
Undocumented in source. Be warned that the author may not have intended to support it.
providerLisener
Application providerLisener(ServiceProviderListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
providerLisener
ServiceProviderListener providerLisener()
Undocumented in source. Be warned that the author may not have intended to support it.
queue
TaskQueue queue()
Undocumented in source. Be warned that the author may not have intended to support it.
redis
Redis redis()
Undocumented in source. Be warned that the author may not have intended to support it.
redisCluster
RedisCluster redisCluster()
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register()
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register(hunt.console.Command cmd)
Undocumented in source. Be warned that the author may not have intended to support it.
route
RouteConfigManager route()
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(string[] args, SimpleEventHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()

Stop the server.

task
Worker task()
Undocumented in source. Be warned that the author may not have intended to support it.
translation
I18n translation()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

instance
Application instance()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta