Skip to content
Aaron Allen edited this page Jan 26, 2020 · 2 revisions

What is an Interactor

An interactor is a simple, single-purpose service object.

Interactors can be used to reduce the responsibility of your controllers, workers, and models and encapsulate your application's business logic. Each interactor represents one thing that your application does.

Clone this wiki locally