Package com.iizix.server.app
Interface IVirtualizedReferenceLookupRetriever
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface used to retrieve an instance of a look-up of reference from a virtualized container in an application.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- getIVirtualizedReferenceLookup- (String reference) Attempts to retrieve an instance of a look-up of reference from a virtualized container in an application.
- Method Details- getIVirtualizedReferenceLookupAttempts to retrieve an instance of a look-up of reference from a virtualized container in an application.- Parameters:
- reference- The reference to look-up.
- Returns:
- The look-up instance, or null if not found.