Interface DatabaseUpdate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A pending (blocking) database update.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(KeycloakSession session) Write the database changes using thesession
provided.
-
Method Details
-
write
Write the database changes using thesession
provided.- Parameters:
session
- TheKeycloakSession
.
-