This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Hazlecast Event Table Extension
Connection instructions that can be used with the From annotation:
cluster.name
: Hazelcast cluster name [Optional] (i.e cluster.name='cluster_a'
).
cluster.password
: Hazelcast cluster password [Optional] (i.e cluster.password='pass@cluster_a'
).
cluster.addresses
: Hazelcast cluster addresses as a comma separated string [Optional] (i.e cluster.addresses='192.168.1.1:5700,192.168.1.2.5700'
).
Syntax |
define table <table name> ([<attribute name> <attribute type>]+); |
---|---|
Extension Type | EventTable |
Description | Hazelcast event tables support persisting event data in a distributed manner using Hazelcast in-memory data grids. This functionality is enabled via the An event table can be indexed for fast event access using the |
Parameters |
|
Return | N/A |
Examples |
|