Uses of Interface
org.springframework.modulith.runtime.ApplicationRuntime
Packages that use ApplicationRuntime
Package
Description
Support to run
ApplicationModules
at application runtime.Autoconfiguration the
ApplicationModules
runtime support.-
Uses of ApplicationRuntime in org.springframework.modulith.runtime
Classes in org.springframework.modulith.runtime that implement ApplicationRuntimeModifier and TypeClassDescription(package private) class
ApplicationRuntime
implementation based on anApplicationContext
and a class that's annotated withSpringBootApplication
.Methods in org.springframework.modulith.runtime that return ApplicationRuntimeModifier and TypeMethodDescriptionstatic ApplicationRuntime
ApplicationRuntime.of
(ApplicationContext context) Creates a newApplicationRuntime
for the givenApplicationContext
.Constructors in org.springframework.modulith.runtime with parameters of type ApplicationRuntimeModifierConstructorDescriptionApplicationModulesRuntime
(Supplier<ApplicationModules> modules, ApplicationRuntime runtime) -
Uses of ApplicationRuntime in org.springframework.modulith.runtime.autoconfigure
Methods in org.springframework.modulith.runtime.autoconfigure that return ApplicationRuntimeModifier and TypeMethodDescription(package private) static ApplicationRuntime
SpringModulithRuntimeAutoConfiguration.modulithsApplicationRuntime
(ApplicationContext context) Methods in org.springframework.modulith.runtime.autoconfigure with parameters of type ApplicationRuntimeModifier and TypeMethodDescription(package private) static ApplicationModulesRuntime
SpringModulithRuntimeAutoConfiguration.modulesRuntime
(ApplicationRuntime runtime)