@Singleton public class ScheduledMethodProcessor extends java.lang.Object implements io.micronaut.context.processor.ExecutableMethodProcessor<Scheduled>, java.io.Closeable
ExecutableMethodProcessor
for the Scheduled
annotation.Constructor and Description |
---|
ScheduledMethodProcessor(io.micronaut.context.BeanContext beanContext,
java.util.Optional<io.micronaut.core.convert.ConversionService<?>> conversionService,
TaskExceptionHandler<?,?> taskExceptionHandler) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
process(io.micronaut.inject.BeanDefinition<?> beanDefinition,
io.micronaut.inject.ExecutableMethod<?,?> method) |
public ScheduledMethodProcessor(io.micronaut.context.BeanContext beanContext, java.util.Optional<io.micronaut.core.convert.ConversionService<?>> conversionService, TaskExceptionHandler<?,?> taskExceptionHandler)
beanContext
- The bean context for DI of beans annotated with @InjectconversionService
- To convert one type to anothertaskExceptionHandler
- The default task exception handler