Module com.aoapps.appcluster.core
Package com.aoapps.appcluster
Interface ResourcePropertiesConfigurationFactory<R extends Resource<R,N>,N extends ResourceNode<R,N>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ResourcePropertiesConfigurationFactory<R extends Resource<R,N>,N extends ResourceNode<R,N>>
Loads custom types of resources from properties configuration.
Each implementation of this should have a public constructor.
Each factory will only be created once.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
newResourcePropertiesConfiguration
ResourcePropertiesConfiguration<R,N> newResourcePropertiesConfiguration(AppClusterPropertiesConfiguration properties, String id) throws AppClusterConfigurationException - Throws:
AppClusterConfigurationException
-