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.

@FunctionalInterface public interface ParameterClosingConsumer<T>
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

    Modifier and Type
    Method
    Description
    void
    accept(T obj)