public interface ResourceFactory
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends java.lang.Object> |
getResourceInstances(org.apache.samza.config.Config config)
Constructs and returns resource instances to register with the server.
|
java.util.List<? extends java.lang.Object> getResourceInstances(org.apache.samza.config.Config config)
config
- the server config used to initialize the objects.