Interface RetryableAmLink.AmLinkSupplierFromToken

All Superinterfaces:
Function<SsoToken,AmLink.AmLinkSupplier>
Enclosing class:
RetryableAmLink
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 RetryableAmLink.AmLinkSupplierFromToken extends Function<SsoToken,AmLink.AmLinkSupplier>
A type helper to supply an AmLink.AmLinkSupplier from an SSO Token.