You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both WorkerSinkTask and WorkerSourceTask are implemented runnable directly.
When getting some public properties of workerSinkTask or workerSourceTask, you must have instanceof runnable, which is bad.
So WorkerSinkTask and WorkerSourceTask need to extract public methods and abstract them into a public parent class WorkerTask.
The text was updated successfully, but these errors were encountered:
Both WorkerSinkTask and WorkerSourceTask are implemented runnable directly.
When getting some public properties of workerSinkTask or workerSourceTask, you must have instanceof runnable, which is bad.
So WorkerSinkTask and WorkerSourceTask need to extract public methods and abstract them into a public parent class WorkerTask.
The text was updated successfully, but these errors were encountered: