Hierarchy For All Packages
- org.jobrunr.jobs.annotations,
- org.jobrunr.scheduling,
- org.jobrunr.spring.aot,
- org.jobrunr.spring.autoconfigure,
- org.jobrunr.spring.autoconfigure.health,
- org.jobrunr.spring.autoconfigure.metrics,
- org.jobrunr.spring.autoconfigure.storage
Class Hierarchy
- java.lang.Object
- org.jobrunr.scheduling.AsyncJobInterceptor (implements org.aopalliance.intercept.MethodInterceptor)
- org.jobrunr.scheduling.AsyncJobPostProcessor (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.config.BeanPostProcessor)
- org.jobrunr.spring.autoconfigure.JobRunrAutoConfiguration
- org.jobrunr.spring.autoconfigure.JobRunrAutoConfiguration.JobRunrHealthIndicatorAutoConfiguration
- org.jobrunr.spring.autoconfigure.JobRunrAutoConfiguration.JobRunrJsonMapperAutoConfiguration (implements org.springframework.beans.factory.BeanClassLoaderAware)
- org.jobrunr.spring.autoconfigure.JobRunrAutoConfiguration.JobRunrKotlinxSerializationJsonMapperAutoConfiguration
- org.jobrunr.spring.aot.JobRunrBeanFactoryInitializationAotProcessor (implements org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor)
- org.jobrunr.spring.autoconfigure.storage.JobRunrDocumentDBStorageAutoConfiguration
- org.jobrunr.spring.autoconfigure.health.JobRunrHealthIndicator (implements org.springframework.boot.health.contributor.HealthIndicator)
- org.jobrunr.spring.autoconfigure.storage.JobRunrInMemoryStorageAutoConfiguration
- org.jobrunr.spring.autoconfigure.metrics.JobRunrMetricsAutoConfiguration
- org.jobrunr.spring.autoconfigure.storage.JobRunrMongoDBStorageAutoConfiguration
- org.jobrunr.spring.autoconfigure.JobRunrProperties
- org.jobrunr.spring.autoconfigure.JobRunrProperties.BackgroundJobServer
- org.jobrunr.spring.autoconfigure.JobRunrProperties.CarbonAwareJobProcessing
- org.jobrunr.spring.autoconfigure.JobRunrProperties.Dashboard
- org.jobrunr.spring.autoconfigure.JobRunrProperties.Database
- org.jobrunr.spring.autoconfigure.JobRunrProperties.Jobs
- org.jobrunr.spring.autoconfigure.JobRunrProperties.JobScheduler
- org.jobrunr.spring.autoconfigure.JobRunrProperties.Metrics
- org.jobrunr.spring.autoconfigure.JobRunrProperties.Miscellaneous
- org.jobrunr.spring.autoconfigure.storage.JobRunrSqlStorageAutoConfiguration
- org.jobrunr.spring.autoconfigure.JobRunrStarter (implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.SmartInitializingSingleton)
- org.jobrunr.scheduling.RecurringJobPostProcessor (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.EmbeddedValueResolverAware, org.springframework.beans.factory.InitializingBean)
Annotation Interface Hierarchy
- org.jobrunr.jobs.annotations.AsyncJob (implements java.lang.annotation.Annotation)