Uses of Interface
com.reallifedeveloper.common.domain.TimeService
Packages that use TimeService
Package
Description
Support classes and interfaces for creating and documenting domain-driven designs.
Support classes for working with domain registries.
-
Uses of TimeService in com.reallifedeveloper.common.domain
Classes in com.reallifedeveloper.common.domain that implement TimeServiceModifier and TypeClassDescriptionclass
An implementation of theTimeService
interface that uses ajava.time.Clock
. -
Uses of TimeService in com.reallifedeveloper.common.domain.registry
Methods in com.reallifedeveloper.common.domain.registry that return TimeServiceModifier and TypeMethodDescriptionstatic TimeService
CommonDomainRegistry.timeService()
Gives theTimeService
to use to work with "current" time.