AggregateLocatorImpl.get

Get an Type that is associated with key.

class AggregateLocatorImpl(Type = Object, KeyType = string, LocatorKeyType = KeyType)
Type
get
(
KeyType identity
)

Parameters

identity KeyType

the element id.

Return Value

Type: Type

Type element if it is available.

Throws

NotFoundException in case if the element wasn't found.

Meta