Method: Elasticsearch::Transport::Transport::Connections::Connection#resurrect!
- Defined in:
- lib/elasticsearch/transport/transport/connections/connection.rb
#resurrect! ⇒ self?
Marks this connection as alive, if the required timeout has passed.
127 128 129 |
# File 'lib/elasticsearch/transport/transport/connections/connection.rb', line 127 def resurrect! alive! if resurrectable? end |