Interface InfinispanClientsRuntimeConfig
@ConfigRoot(phase=RUN_TIME)
@ConfigMapping(prefix="quarkus.infinispan-client")
public interface InfinispanClientsRuntimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe default Infinispan Client.default InfinispanClientRuntimeConfiggetInfinispanClientRuntimeConfig(String infinispanClientName) Named clients.Starts the client and connects to the server.Enables or disables Protobuf generated schemas upload to the server.
-
Method Details
-
defaultInfinispanClient
The default Infinispan Client. -
namedInfinispanClients
@WithParentName @ConfigDocMapKey("client-name") @ConfigDocSection Map<String,InfinispanClientRuntimeConfig> namedInfinispanClients()Named clients. -
useSchemaRegistration
Enables or disables Protobuf generated schemas upload to the server. Set it to 'false' when you need to handle the lifecycle of the Protobuf Schemas on Server side yourself. Default is 'true'. This is a global setting and is not specific to a Infinispan Client. -
startClient
Starts the client and connects to the server. If set to false, you'll need to start it yourself. -
getInfinispanClientRuntimeConfig
-