Skip to content

Commit d77f89d

Browse files
committed
spring-projectsGH-3846: Document Hazelcast module
Fixes spring-projects#3846
1 parent e3ec94b commit d77f89d

8 files changed

+618
-0
lines changed

src/reference/asciidoc/endpoint-summary.adoc

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)