Micronaut Coherence Configuration Reference
Every documented configuration property of Micronaut Coherence, with types, descriptions, and defaults.
23 properties across 4 sections
Micronaut Coherence Config Properties
Configuration properties for SessionConfigurationBean
| Property | Type | Description |
|---|---|---|
coherence.sessions.*.name | java.lang.String | Set the name of this configuration. |
coherence.sessions.*.scope-name | java.lang.String | Set the scope name for this configuration. |
coherence.sessions.*.priority | int | Set the priority for this configuration. <p>{@link com.tangosol.net.Session Sessions} are started lowest priority first and closed in reverse order.</p> |
coherence.sessions.*.type | java.lang.String | Set the priority of this configuration. |
coherence.sessions.*.config | java.lang.String | Set the Coherence cache configuration URI. |
Micronaut Coherence Data Config Properties
Configuration properties for DefaultCoherenceRepositoryOperations
| Property | Type | Description |
|---|---|---|
coherence.data.*.session | java.lang.String | Configure the name of the {@link Session}. This is called during configuration. |
Micronaut Coherence Distributed Configuration Config Properties
Configuration properties for CoherenceClientConfiguration
| Property | Type | Description |
|---|---|---|
coherence.configuration.client.session | java.lang.String | Set the name of the {@link com.tangosol.net.Session session} used by this configuration client. |
coherence.configuration.client.enabled | boolean | Enables distributed configuration. |
Micronaut Coherence Session Config Properties
Configuration properties for CoherenceHttpSessionConfiguration
| Property | Type | Description |
|---|---|---|
micronaut.session.max-active-sessions | java.lang.Integer | |
micronaut.session.max-inactive-interval | java.time.Duration | |
micronaut.session.prompt-expiration | boolean | |
micronaut.session.http.base64-encode | boolean | |
micronaut.session.http.cookie-name | java.lang.String | |
micronaut.session.http.prefix | java.lang.String | |
micronaut.session.http.header-names | java.lang.String | |
micronaut.session.http.cookie-path | java.lang.String | |
micronaut.session.http.domain-name | java.lang.String | |
micronaut.session.http.cookie-domain | java.lang.String | |
micronaut.session.http.cookie-max-age | java.time.temporal.TemporalAmount | |
micronaut.session.http.remember-me | boolean | |
micronaut.session.http.cookie-secure | java.lang.Boolean | |
micronaut.session.http.cookie-same-site | SameSite | |
micronaut.session.http.coherence.cache-name | java.lang.String | Set HTTP session cache name. |
No properties match this filter.