Class FlywayEndpoint
- java.lang.Object
- org.springframework.boot.actuate.flyway.FlywayEndpoint
@Endpoint(id="flyway") public class FlywayEndpoint extends Object
Endpointto expose flyway info.- Since:
- 2.0.0
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlywayEndpoint.ApplicationFlywayBeansDescription of an application'sFlywaybeans, primarily intended for serialization to JSON.static classFlywayEndpoint.ContextFlywayBeansDescription of an application context'sFlywaybeans, primarily intended for serialization to JSON.static classFlywayEndpoint.FlywayDescriptorDescription of aFlywaybean, primarily intended for serialization to JSON.static classFlywayEndpoint.FlywayMigrationDetails of a migration performed by Flyway.
Constructor Summary
Constructors Constructor Description FlywayEndpoint(org.springframework.context.ApplicationContext context)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlywayEndpoint.ApplicationFlywayBeansflywayBeans()
Constructor Detail
FlywayEndpoint
public FlywayEndpoint(org.springframework.context.ApplicationContext context)
Method Detail
flywayBeans
@ReadOperation public FlywayEndpoint.ApplicationFlywayBeans flywayBeans()