Configuration Reference

Version:3.10.0

Coherence Config Properties

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

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.

Coherence Distributed Configuration Config Properties

🔗
Table 3. Configuration Properties for CoherenceClientConfiguration
Property Type Description

coherence.client.host

java.lang.String

Sets host name of gRPC server.

coherence.client.port

int

Sets gRPC server port.

coherence.client.enable-tls

boolean

Enables TLS support.

coherence.client.enabled

boolean

Enables distributed configuration.

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 {@link io.grpc.Channel} bean.

coherence.sessions.*.serializer

java.lang.String

Set the name of the {@link com.tangosol.io.Serializer}.

coherence.sessions.*.tracing

boolean

Set whether distributed tracing should be enabled.

Coherence Session Config Properties

🔗
Table 5. Configuration Properties for CoherenceHttpSessionConfiguration
Property Type Description

micronaut.session.http.coherence.cache-name

java.lang.String

Set HTTP session cache name.