Package dev.relism.flash.extension
package dev.relism.flash.extension
-
ClassDescriptionInspects a handler class at registration time and returns zero or more
middleware nodesto inject automatically.Single entry point for Flash.One application's complete contribution to aFlashApp— its routes, extensions and services — expressed independently of which port or configuration it runs on.Configuration for aFlashAppinstance.One bind target: a TCP port, an optional bind host (default: all interfaces), and optional TLS.Deterministic boot-time service graph, frozen before handlers are initialised.One declarative contribution to a Flash application.FlashRegistrar<SELF extends FlashRegistrar<SELF>>Common route-registration surface shared byFlashAppandFlashScope.Scoped builder for namespace-prefixed routes.A service this handler needs, filled in once when the handler is bound.Minimal classpath scanner used byFlashRegistrar.scan(java.lang.String)andFlashRegistrar.scan(java.lang.String).Immutable snapshot of a route captured at registration time.Observer notified once for each route registered on aFlashApporFlashScope.