Class DefaultBinaryServiceInstallerProvider<T>
java.lang.Object
org.wildfly.extension.clustering.server.DefaultBinaryServiceInstallerProvider<T>
- All Implemented Interfaces:
Function<BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
- Direct Known Subclasses:
DefaultRegistryFactoryServiceInstallerProvider,DefaultServiceProviderRegistrarServiceInstallerProvider,LegacyDefaultRegistryFactoryServiceInstallerProvider,LegacyDefaultServiceProviderRegistryServiceInstallerProvider
public class DefaultBinaryServiceInstallerProvider<T>
extends Object
implements Function<BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefaultBinaryServiceInstallerProvider(org.wildfly.service.descriptor.BinaryServiceDescriptor<T> descriptor, Function<BinaryServiceConfiguration, JndiName> jndiNameFactory) -
Method Summary
Modifier and TypeMethodDescriptionIterable<org.wildfly.subsystem.service.ServiceInstaller>apply(BinaryServiceConfiguration configuration)
-
Constructor Details
-
DefaultBinaryServiceInstallerProvider
protected DefaultBinaryServiceInstallerProvider(org.wildfly.service.descriptor.BinaryServiceDescriptor<T> descriptor, Function<BinaryServiceConfiguration, JndiName> jndiNameFactory)
-
-
Method Details
-
apply
public Iterable<org.wildfly.subsystem.service.ServiceInstaller> apply(BinaryServiceConfiguration configuration) - Specified by:
applyin interfaceFunction<BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
-