All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AbstractEmbeddedApplicationEvent An abstract event for events specific to server applications.ApplicationConfiguration Common application configuration.ApplicationConfiguration.InstanceConfiguration Configuration for instance settings.ApplicationShutdownEvent Event fired when anEmbeddedApplicationshuts down.ApplicationStartupEvent Event fired when anEmbeddedApplicationstarts up.ApplicationStartupException Thrown when the application fails to start.Async An annotation that can be applied to any method that returns void or an instance ofCompletionStageto indicate the actual execution should occur on the given thread pool.AsyncInterceptor Interceptor implementation for theAsyncannotation.CompositeMessageSource Composite message source that is the primary message source.ConfigurationAdvice Internal annotation that allows the definition onConfigurationPropertieson interfaces.ConfigurationIntroductionAdvice Internal introduction advice used to allowConfigurationPropertieson interfaces.CronExpression This provides cron support for Java 8 using java-time.DefaultExecutorSelector Default implementation of theExecutorSelectorinterface that regards methods that return reactive types as non-blocking.DefaultTaskExceptionHandler The default exception handler used if non other is found.DefaultThreadFactory The default thread factory used for creating threads in Micronaut.DefaultWatchThread Simple watch service that simply stops the server if any changes occur.EmbeddedApplication<T extends EmbeddedApplication> AnEmbeddedApplicationis a runnable application that starts and manages theApplicationContext.EmbeddedServer An EmbeddedServer is a general abstraction to manage the lifecycle of any server implementation within a running Micronaut application.EventListener AnAdapteradvice annotation that allows listening for events by implementing theApplicationEventListenerinterface.ExecuteOn Annotation used to indicate which executor service a particular task should run on.ExecutorConfiguration ExecutorFactory ConstructsExecutorServiceinstances based onUserExecutorConfigurationinstances.ExecutorSelector Interface that allows customizing the selection of theExecutorServiceto run an operation on.ExecutorType An enum modelling differentExecutortypes that mirror the methods defined in theExecutorsclass.FileChangedEvent Event fired when a file that is being watched changes.FileWatchCondition Custom condition to only enable file watch if the watch paths exist.FileWatchConfiguration Configuration for the file watch service.FileWatchRestartListener Listener that stops the server if a file changes.Instrumentation Instrumentation represents an ongoing instrumentation with a given context ofInvocationInstrumenterif any.InstrumentedExecutor AnExecutorthat has been instrumented to allow for propagation of thread state and other instrumentation related tasks.InstrumentedExecutorService AnExecutorServicethat has been instrumented to allow for propagation of thread state and other instrumentation related tasks.InstrumentedScheduledExecutorService AScheduledExecutorServicethat has been instrumented.InvocationInstrumenter An interface for invocation instrumentation.InvocationInstrumenterFactory An factory interface for invocation instrumentation, factory method decides if instrumentation is needed.IOExecutorServiceConfig Configures the default I/O thread pool if none is configured by the user.Micronaut Main entry point for running a Micronaut application.ReactiveInvocationInstrumenterFactory An factory interface for reactive invocation instrumentation, factory method decides if instrumentation is needed.ReactiveTypeConverterRegistrar Registers converters for Reactive types such asPublisher.Refreshable A custom scope that allows target beans to be refreshed.RefreshEvent AnApplicationEventfor handling refreshes.RefreshEventListener A convenience interface that can be implemented if a component needs to listen forRefreshEventwhere the implementation is only interested in a limited set of configuration prefixes.RefreshInterceptor AMethodInterceptorthat will lock the bean preventing it from being destroyed by aRefreshEventuntil the method completes.RefreshScope Implementation ofRefreshable.RunnableInstrumenter Interface for classes that instrumentRunnableinstances.Scheduled An annotation for scheduling a re-occurring task.ScheduledExecutorServiceConfig A default executor service for scheduling adhoc tasks viaScheduledExecutorService.ScheduledExecutorTaskScheduler Simple abstraction overScheduledExecutorService.ScheduledMethodProcessor AExecutableMethodProcessorfor theScheduledannotation.SchedulerConfigurationException Schedules Repeatable annotation wrapper forScheduled.ScopedProxy A meta annotation for a scoped proxy.ServerShutdownEvent Event fired when theEmbeddedServershuts down.ServerStartupEvent Event fired when theEmbeddedServercompletes startup.TaskExceptionHandler<T,E extends java.lang.Throwable> An exception handler interface for task related exceptions.TaskExecutionException TaskExecutors The names of common task schedulers.TaskScheduler Interface for Scheduling tasks.ThreadLocal ACustomScopethat stores objects in thread local storage.ThreadSelection Enum the controls the ability to select threads in a Micronaut application.TimeConverterRegistrar Registers data time converters.UserExecutorConfiguration Allows configurationExecutorServiceinstances that are made available as beans.WatchEventType The watch event type.WatchServiceFactory A factory that creates the default watch service.