Configuration Reference

Version:4.0.0

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 . This is called during configuration.

Micronaut Coherence Distributed Configuration Config Properties

🔗
Table 3. Configuration Properties for CoherenceClientConfiguration
Property Type Description

coherence.client.host

java.lang.String

Returns host name of gRPC server.

coherence.client.port

int

Gets gRPC server port.

coherence.client.enable-tls

boolean

Returns true if TLS is enabled.

coherence.client.enabled

boolean

Returns true if distributed configuration is enabled.

Micronaut Coherence Grpc Client Config Properties

🔗
Table 4. Configuration Properties for GrpcSessionConfigurationBean
Property Type Description

coherence.sessions.*.name

java.lang.String

coherence.sessions.*.scope-name

java.lang.String

coherence.sessions.*.priority

int

coherence.sessions.*.type

java.lang.String

coherence.sessions.*.channel-name

java.lang.String

Set the name of the gRPC bean.

coherence.sessions.*.serializer

java.lang.String

Set the name of the .

coherence.sessions.*.tracing

boolean

Set whether distributed tracing should be enabled.

Micronaut Coherence Session Config Properties

🔗
Table 5. Configuration Properties for CoherenceHttpSessionConfiguration
Property Type Description

micronaut.session.http.coherence.cache-name

java.lang.String

Get HTTP session cache name.