| 59 | } |
| 60 | |
| 61 | std::shared_ptr<ProcessContextBuilder> ProcessContextBuilder::withFlowFileRepository(const std::shared_ptr<core::Repository> &repo) { |
| 62 | flow_repo_ = repo; |
| 63 | return this->shared_from_this(); |
| 64 | } |
| 65 | |
| 66 | std::shared_ptr<ProcessContextBuilder> ProcessContextBuilder::withContentRepository(const std::shared_ptr<core::ContentRepository> &repo) { |
| 67 | content_repo_ = repo; |
no outgoing calls