I have a domain object, let\'s say User:
User
class User(var id: String, var name: String) { init { EventBus.getDefault().register(this) }