suspend fun ConsulClient.fireEventWithOptionsAwait(name: String, options: EventOptions): Event
Fires a new user event
options
- options used to create event
resultHandler
- will be provided with properties of event
Returnreference
to this, for fluency *