Class ScheduledTasksEndpoint

java.lang.Object
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint

@Endpoint(id="scheduledtasks") @ImportRuntimeHints(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksEndpointRuntimeHints.class) public class ScheduledTasksEndpoint extends Object
@Endpoint to expose information about an application's scheduled tasks.
Since:
2.0.0
Author:
Andy Wilkinson