Find all matches, and return in an arbitrary order, but will throw an exception
if available number of matches for the pattern is not within closed (inclusive)
interval [minAllowed, maxAllowed].
Seeks only one match, chosen arbitrarily from available matches,
but will throw an exception if available number of
matches for the pattern is not within closed (inclusive) interval
[minAllowed, maxAllowed].
Our Registry system allows objects to be registered and looked up in a type-safe manner,
with optionally guarded result size, and flexibility in result delivery to client code.
Additional Registry methods which simply ther process of looking for a single matching
object, or all matching objects, for clients who do not wish to work directly with
Finders and Receivers.
start() -
Method in interface org.appdapter.api.module.Module