Interface Contextual

  • All Known Implementing Classes:
    ContextManager
    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 Contextual
    Provides a context
    • Method Detail

      • getContext

        java.util.Map<java.lang.String,​java.lang.String> getContext()
        Returns:
        the current context, or null.