open fun createSessionWithOptions(options: SessionOptions, idHandler: Handler<AsyncResult<String>>): ConsulClient
Initialize a new session
options - options used to create session
idHandler - will be provided with ID of new session
Return
reference to this, for fluency