Last active
April 18, 2020 00:36
-
-
Save FitzAfful/29458ca857ff6c4cd426e325375d6c72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func callEvent() { | |
//Post Event (Publish Event) | |
EventBus.post("fetchEmployees", sender: EmployeesEvent(error: error, errorMessage: errorMessage, employees: employees)) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment