Class BasicModule

All Implemented Interfaces:
Module

Basic Module implementation. Very similar to ManualModule, but will create 1 or 2 instances based on maxInstances. Does not attempt to implement autoscaling since we do not do that in dynamic modules either. Will create 2 instances and balance load between the two if maxInstances is >= 2, this should help with testing shared state between instances.