Skip to content

Commit

Permalink
HZX-1138: removed broken link (#1334)
Browse files Browse the repository at this point in the history
Removed a line which links to an example that no longer exists
  • Loading branch information
amandalindsay authored Nov 5, 2024
1 parent af792bf commit 1cd6252
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/modules/mapstore/pages/implement-a-mapstore.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ TIP: By default, MapStores are loaded as soon as the first cluster member starts

The `destroy()` method is called during the graceful shutdown of a Hazelcast member. You can override this method to clean up the resources held by the MapStore, such as closing the database connections.

See an https://github.com/hazelcast/hazelcast-code-samples/blob/master/hazelcast-integration/mongodb/src/main/java/com/hazelcast/loader/MongoMapStore.java[example of this interface].

[[configuring-a-connection-using-properties]]

You can declaratively specify the database properties in your configuration file and then implement the `init()` method to receive those properties. For example, you can define the database URL and name, using the `properties` configuration element. The following is a configuration example for MongoDB:
Expand Down

0 comments on commit 1cd6252

Please sign in to comment.