Interface ParameterClosingConsumer<T>
- Type Parameters:
T- Parameter type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A consumer to close extension parameters, like closing a Vert.x context, a web client, etc.
This is useful for parameter providers.
- Author:
- Julien Ponge
-
Method Summary
-
Method Details
-
accept
-