Class InfinispanServiceBindingConverter
java.lang.Object
io.quarkus.infinispan.client.runtime.InfinispanServiceBindingConverter
- All Implemented Interfaces:
io.quarkus.kubernetes.service.binding.runtime.ServiceBindingConverter
public class InfinispanServiceBindingConverter
extends Object
implements io.quarkus.kubernetes.service.binding.runtime.ServiceBindingConverter
ServiceBindingConverter for Infinispan to support SBO (Service Binding Operator) in Quarkus.
Following individual properties are supported to make the connection:
The Quarkus properties set by this class are:
Following individual properties are supported to make the connection:
- uri
- hosts(host information can be provided in this property separated by : sign, e.g. localhost:11222 )
- useauth
- username
- password
The Quarkus properties set by this class are:
- quarkus.infinispan-client.uri (if uri is provided)
- quarkus.infinispan-client.hosts (if hosts is provided and uri is not provided)
- quarkus.infinispan-client.use-auth (if useauth is provided and uri is not provided)
- quarkus.infinispan-client.username (if username is provided and uri is not provided)
- quarkus.infinispan-client.password (if password is provided and uri is not provided)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BINDING_CONFIG_SOURCE_NAME
- See Also:
-
INFINISPAN_URI
- See Also:
-
INFINISPAN_HOSTS
- See Also:
-
INFINISPAN_USE_AUTH
- See Also:
-
INFINISPAN_USERNAME
- See Also:
-
INFINISPAN_PASSWORD
- See Also:
-
INFINISPAN_CLIENT_URI
- See Also:
-
INFINISPAN_CLIENT_HOSTS
- See Also:
-
INFINISPAN_CLIENT_USE_AUTH
- See Also:
-
INFINISPAN_CLIENT_AUTH_USERNAME
- See Also:
-
INFINISPAN_CLIENT_AUTH_PASSWORD
- See Also:
-
-
Constructor Details
-
InfinispanServiceBindingConverter
public InfinispanServiceBindingConverter()
-
-
Method Details