Interface CompiledScriptPoolFactory
- All Known Implementing Classes:
BlockingQueueCompiledScriptPoolFactory
public interface CompiledScriptPoolFactory
A factory for
CompiledScriptPool instance.- Author:
- kimchy
-
Method Summary
-
Method Details
-
create
CompiledScriptPool create()Creates a newCompiledScriptPool.
-