Skip to content

Commit da9660a

Browse files
GH-3846: Document Hazelcast module (#3941)
* GH-3846: Document Hazelcast module Fixes #3846 * Fix language in docs Co-authored-by: Gary Russell <[email protected]> Co-authored-by: Gary Russell <[email protected]>
1 parent 73ba448 commit da9660a

8 files changed

+618
-0
lines changed

src/reference/asciidoc/endpoint-summary.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ The following table summarizes the various endpoints with quick links to the app
9696
| N
9797
| <<./graphql.adoc#graphql-outbound-gateway,GraphQL Outbound Gateway>>
9898

99+
| *Hazelcast*
100+
| <<./hazelcast.adoc#hazelcast-inbound,Hazelcast Inbound Channel Adapter>>
101+
| <<./hazelcast.adoc#hazelcast-outbound-channel-adapter,Hazelcast Outbound Channel Adapter>>
102+
| N
103+
| N
104+
99105
| *HTTP*
100106
| <<./http.adoc#http-namespace,HTTP Namespace Support>>
101107
| <<./http.adoc#http-namespace,HTTP Namespace Support>>

src/reference/asciidoc/endpoint.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -892,3 +892,4 @@ If the lock registry also provides locks that throw exceptions (ideally, `Interr
892892
By default, the `busyWaitMillis` property adds some additional latency to prevent CPU starvation in the (more usual) case that the locks are imperfect, and you only know they expired when you try to obtain one again.
893893

894894
See <<./zookeeper.adoc#zk-leadership,Zookeeper Leadership Event Handling>> for more information about leadership election and events that use Zookeeper.
895+
See <<./hazelcast.adoc#hazelcast-leader-election,Hazelcast Leadership Event Handling>> for more information about leadership election and events that use Hazelcast.

0 commit comments

Comments
 (0)