ContextReadyEvent.withClock constructor

ContextReadyEvent.withClock(
  1. ApplicationContext source,
  2. DateTime clock()
)

Implementation

ContextReadyEvent.withClock(ApplicationContext source, DateTime Function() clock) : super.withClock(source, clock);