Package org.springframework.boot.r2dbc
Interface ConnectionFactoryDecorator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Decorator for
connection factories.- Since:
- 3.2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionio.r2dbc.spi.ConnectionFactorydecorate(io.r2dbc.spi.ConnectionFactory delegate) Decorates the givenConnectionFactory.
-
Method Details
-
decorate
io.r2dbc.spi.ConnectionFactory decorate(io.r2dbc.spi.ConnectionFactory delegate) Decorates the givenConnectionFactory.- Parameters:
delegate- the connection factory which should be decorated- Returns:
- the decorated connection factory
-