模块:Mongo::Error::ChangeStreamResumable
- 包含在:
- Mongo::Error 、 ConnectionPershed 、 PoolClearedError 、 PoolPausedError 、 SocketError 、 SocketTimeoutError
- 定义于:
- lib/ Mongo/error/change_stream_resumable.rb
Overview
表示错误的模块将始终导致变更流恢复一次。
实例方法摘要折叠
-
# change_stream_resumable? ⇒ true, false
如果触发此错误的操作是 getMore,则发生此错误的变更流能否恢复?
实例方法详细信息
# change_stream_resumable? ⇒ true , false
如果触发此错误的操作是 getMore,是否可以恢复发生此错误的变更流?
35 36 37 |
# File 'lib/ Mongo/error/change_stream_resumable.rb', line 35 def change_stream_resumable? true end |