| 64 | } |
| 65 | |
| 66 | std::shared_ptr<ProcessContextBuilder> ProcessContextBuilder::withContentRepository(const std::shared_ptr<core::ContentRepository> &repo) { |
| 67 | content_repo_ = repo; |
| 68 | return this->shared_from_this(); |
| 69 | } |
| 70 | |
| 71 | std::shared_ptr<ProcessContextBuilder> ProcessContextBuilder::withConfiguration(const std::shared_ptr<minifi::Configure> &configuration) { |
| 72 | configuration_ = configuration; |
no outgoing calls