Uses of Class
org.springframework.modulith.moments.support.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
Modifier 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
Modifier and TypeMethodDescription(package private) MomentsProperties
MomentsProperties.withGranularity
(MomentsProperties.Granularity granularity) (package private) MomentsProperties
MomentsProperties.withLocale
(Locale locale) (package private) MomentsProperties
MomentsProperties.withZoneId
(ZoneId zoneId) ModifierConstructorDescriptionMoments
(Clock clock, ApplicationEventPublisher events, MomentsProperties properties) TimeMachine
(Clock clock, ApplicationEventPublisher events, MomentsProperties properties)