474849505152535455
this.factory = factory; } protected T execute() throws Exception { if (provider == null) { throw new ProcessorTaskExecutionException("provider has not been initialized"); } return provider.fetch(request); }