-
Methods Method Description com.mongodb.bulk.BulkWriteResult.acknowledged(WriteRequest.Type, int, List<BulkWriteUpsert>) com.mongodb.event.ConnectionPoolListener.connectionAdded(ConnectionAddedEvent) PreferConnectionPoolListener.connectionCreated(com.mongodb.event.ConnectionCreatedEvent)
Implementations should NOT implement this method at all, instead relying on the default no-op implementation. If an application implements both this method and connectionCreated, the application risks double-counting events.com.mongodb.event.ConnectionPoolListener.connectionPoolOpened(ConnectionPoolOpenedEvent) PreferConnectionPoolListener.connectionPoolCreated(com.mongodb.event.ConnectionPoolCreatedEvent)
Implementations should NOT implement this method at all, instead relying on the default no-op implementation. If an application implements both this method and connectionPoolCreated, the application risks double-counting events.com.mongodb.event.ConnectionPoolListener.connectionRemoved(ConnectionRemovedEvent) PreferConnectionPoolListener.connectionClosed(com.mongodb.event.ConnectionClosedEvent)
Implementations should NOT implement this method at all, instead relying on the default no-op implementation. If an application implements both this method and connectionClosed, the application risks double-counting events.