Uses of Class
org.springframework.modulith.moments.support.MomentsProperties
Packages that use MomentsProperties
Package
Description
Autoconfiguration for the
Moments API.The
Moments abstraction to integrate with Spring Framework's
scheduling.-
Uses of MomentsProperties in org.springframework.modulith.moments.autoconfigure
Methods in org.springframework.modulith.moments.autoconfigure with parameters of type MomentsPropertiesModifier and TypeMethodDescription(package private) MomentsMomentsAutoConfiguration.moments(ObjectProvider<Clock> clockProvider, ApplicationEventPublisher events, MomentsProperties properties) (package private) TimeMachineMomentsAutoConfiguration.timeMachine(ObjectProvider<Clock> clockProvider, ApplicationEventPublisher events, MomentsProperties properties) -
Uses of MomentsProperties in org.springframework.modulith.moments.support
Fields in org.springframework.modulith.moments.support declared as MomentsPropertiesMethods in org.springframework.modulith.moments.support that return MomentsPropertiesModifier and TypeMethodDescription(package private) MomentsPropertiesMomentsProperties.withGranularity(MomentsProperties.Granularity granularity) (package private) MomentsPropertiesMomentsProperties.withLocale(Locale locale) (package private) MomentsPropertiesMomentsProperties.withZoneId(ZoneId zoneId) Constructors in org.springframework.modulith.moments.support with parameters of type MomentsPropertiesModifierConstructorDescriptionMoments(Clock clock, ApplicationEventPublisher events, MomentsProperties properties) TimeMachine(Clock clock, ApplicationEventPublisher events, MomentsProperties properties)