Interface SecurityContextManager.ResultAwareProducer<T>

All Superinterfaces:
Serializable
Enclosing interface:
SecurityContextManager
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 SecurityContextManager.ResultAwareProducer<T> extends Serializable
Producer of a value that is Serializable and operates under given OperationResult.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(@NotNull OperationResult result)