Is the given collection registered as bitemporal?
(&self, collection: &str)
| 66 | |
| 67 | /// Is the given collection registered as bitemporal? |
| 68 | pub fn is_bitemporal(&self, collection: &str) -> bool { |
| 69 | self.bitemporal_collections.contains(collection) |
| 70 | } |
| 71 | |
| 72 | /// Access the dead-letter queue. |
| 73 | pub fn dlq(&self) -> &DeadLetterQueue { |
no test coverage detected