Interface ExtensionExecutorFactory

  • 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 ExtensionExecutorFactory
    A factory for an ExtensionExecutor
    • Method Detail

      • create

        ExtensionExecutor create​(List<Extension> extensions)
        Creates an ExtensionExecutor configured with the defined extensions
        Parameters:
        extensions - the extension to configure the executor with
        Returns:
        the created extension executor