open fun fireEventWithOptions(name: String, options: EventOptions, resultHandler: Handler<AsyncResult<Event>>): ConsulClient
Fires a new user event
options - options used to create event
resultHandler - will be provided with properties of event
Return
reference to this, for fluency