Interface EmbeddedPostgres.BuilderCustomizer
- Enclosing class:
- EmbeddedPostgres
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
Callback interface to customize a builder during creation.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(EmbeddedPostgres.Builder builder) Deprecated.Callback to customize a givenEmbeddedPostgres.Builder
.
-
Method Details
-
customize
Deprecated.Callback to customize a givenEmbeddedPostgres.Builder
.- Parameters:
builder
- The builder instance. Any method on the builder can be called.- Throws:
SQLException
- For any SQL related problems.IOException
- For any IO related problem.
-
EmbeddedPostgresPreparer
withEmbeddedPostgres.Builder
as type parameter.