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) Moments
MomentsAutoConfiguration.moments
(ObjectProvider<Clock> clockProvider, ApplicationEventPublisher events, MomentsProperties properties) (package private) TimeMachine
MomentsAutoConfiguration.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) MomentsProperties
MomentsProperties.withGranularity
(MomentsProperties.Granularity granularity) (package private) MomentsProperties
MomentsProperties.withLocale
(Locale locale) (package private) MomentsProperties
MomentsProperties.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)