Interface ReactiveSessionCallback<T>

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 ReactiveSessionCallback<T>
Callback interface for executing operations within a ClientSession using reactive infrastructure.
Since:
2.1
Author:
Christoph Strobl
See Also:
  • ClientSession