# Listeners

# Naming

Listeners will perform an action based on an incoming event. Their name should reflect that action with a Listener suffix. This is to avoid naming collisions with jobs.

E.g. SendInvitationMailListener