SingletonBehavior

Overview

This enum is used to specify the SingletonClassFactory behaviour in case there are more than one simultaneous requests to the singleton service

Location


Value Description
Fail Throw the SingletonBusyException
Multiple Use the service instance anyway
Wait Wait for other call to release the service instance