Interface SingletonServiceConfiguratorFactory

All Superinterfaces:
SingletonPolicy
All Known Subinterfaces:
SingletonServiceBuilderFactory

@Deprecated(forRemoval=true) public interface SingletonServiceConfiguratorFactory extends SingletonPolicy
Deprecated, for removal: This API element is subject to removal in a future version.
Extension of SingletonPolicy for customizing singleton service behavior.
Author:
Paul Ferraro
  • Field Details

    • DEFAULT_SERVICE_DESCRIPTOR

      static final org.wildfly.service.descriptor.UnaryServiceDescriptor<SingletonServiceConfiguratorFactory> DEFAULT_SERVICE_DESCRIPTOR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SERVICE_DESCRIPTOR

      static final org.wildfly.service.descriptor.BinaryServiceDescriptor<SingletonServiceConfiguratorFactory> SERVICE_DESCRIPTOR
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details