Module: Mongo::Error::ChangeStreamResumable
- Included in:
- SocketError, SocketTimeoutError
- Defined in:
- lib/mongo/error/change_stream_resumable.rb
Overview
A module signifying the error will always cause change stream to resume once.
Instance Method Summary collapse
-
#change_stream_resumable? ⇒ true, false
Can the change stream on which this error occurred be resumed, provided the operation that triggered this error was a getMore?.
Instance Method Details
#change_stream_resumable? ⇒ true, false
Can the change stream on which this error occurred be resumed, provided the operation that triggered this error was a getMore?
32 33 34 |
# File 'lib/mongo/error/change_stream_resumable.rb', line 32 def change_stream_resumable? true end |