eventBus

var eventBus: EventBus?

The event bus to which responses to this event are posted, or null if origin wasn't set for this event.

Don't set this manually unless you really have to. This field is always populated during respond method call.