Class RemoteContainersConfigurationBuilder
java.lang.Object
org.infinispan.persistence.remote.configuration.global.RemoteContainersConfigurationBuilder
- All Implemented Interfaces:
Builder<RemoteContainersConfiguration>
public class RemoteContainersConfigurationBuilder
extends Object
implements Builder<RemoteContainersConfiguration>
- Since:
- 15.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddRemoteContainer
(String name) create()
Create the configuration beanBuilder
<?> read
(RemoteContainersConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.transportFactory
(TransportFactory transportFactory)
-
Constructor Details
-
RemoteContainersConfigurationBuilder
-
-
Method Details
-
addRemoteContainer
-
transportFactory
-
create
Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<RemoteContainersConfiguration>
- Returns:
-
read
Description copied from interface:Builder
Reads the configuration from an already created configuration bean into this builder. Returns an appropriate builder to allow fluent configuration- Specified by:
read
in interfaceBuilder<RemoteContainersConfiguration>
- Parameters:
template
- the configuration from which to "clone" this config if needed.combine
- the way attributes and children of this instance and the template should be combined.
-
attributes
- Specified by:
attributes
in interfaceBuilder<RemoteContainersConfiguration>
-