Configuration Reference

Version:5.0.4

Micronaut Coherence Config Properties

🔗
Table 1. Configuration Properties for SessionConfigurationBean
Property Type Description

coherence.sessions.*.name

java.lang.String

Return the name of this configuration.

coherence.sessions.*.scope-name

java.lang.String

Return the scope name for this configuration.

coherence.sessions.*.priority

int

Returns the priority of this configuration.

coherence.sessions.*.type

java.lang.String

Returns the type of this configuration.

coherence.sessions.*.config

java.lang.String

Get the Coherence cache configuration URI.

Micronaut Coherence Data Config Properties

🔗
Table 2. 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

🔗
Table 3. Configuration Properties for CoherenceClientConfiguration
Property Type Description

coherence.configuration.client.session

java.lang.String

Return the name of the {@link com.tangosol.net.Session session} used by this configuration client.

coherence.configuration.client.enabled

boolean

Returns {@code true} if distributed configuration is enabled.

Micronaut Coherence Session Config Properties

🔗
Table 4. Configuration Properties for CoherenceHttpSessionConfiguration
Property Type Description

micronaut.session.http.coherence.cache-name

java.lang.String

Get HTTP session cache name.