Interface BinaryServiceInstallerFactory<T>
- All Superinterfaces:
Function<BinaryServiceConfiguration,org.wildfly.subsystem.service.ServiceInstaller>
public interface BinaryServiceInstallerFactory<T>
extends Function<BinaryServiceConfiguration,org.wildfly.subsystem.service.ServiceInstaller>
Creates a service installer for a given service configuration.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.service.descriptor.BinaryServiceDescriptor<T>Returns the descriptor of the service created by this factory.
-
Method Details
-
getServiceDescriptor
org.wildfly.service.descriptor.BinaryServiceDescriptor<T> getServiceDescriptor()Returns the descriptor of the service created by this factory.- Returns:
- a service descriptor
-