Interface TokenHandler.ClientTokenCallback<T>

Type Parameters:
T - returned type
Enclosing interface:
TokenHandler
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 static interface TokenHandler.ClientTokenCallback<T>
Callback to execute with a ClientToken.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(ClientToken clientToken)
    Method to invoke with a ClientToken.