Skip to content

//misk/misk.web.actions

Package-level declarations

Types

Name Summary
InternalErrorAction [jvm]
@Singleton
class InternalErrorAction@Injectconstructor : WebAction
LivenessCheckAction [jvm]
@Singleton
class LivenessCheckAction : WebAction
NotFoundAction [jvm]
@Singleton
class NotFoundAction : WebAction
ReadinessCheckAction [jvm]
@Singleton
class ReadinessCheckAction : WebAction
StatusAction [jvm]
@Singleton
class StatusAction : WebAction
Returns the current status of the service for programmatic tools that want to query for the current state of the server

Functions

Name Summary
asChain [jvm]
fun WebAction.asChain(function: KFunction<*>, args: List<Any?>, interceptors: List<ApplicationInterceptor>, httpCall: HttpCall): Chain