Interface DefaultSolrIndexService.ExecutionBody<T,​E extends java.lang.Exception>

  • Enclosing class:
    DefaultSolrIndexService
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    protected static interface DefaultSolrIndexService.ExecutionBody<T,​E extends java.lang.Exception>
    • Method Detail

      • execute

        T execute()
           throws E extends java.lang.Exception
        Executes a code fragment and returns a result.
        Returns:
        the result
        Throws:
        E extends java.lang.Exception