AggregateLocatorImpl.remove

Removes a Locator by key.

class AggregateLocatorImpl(Type = Object, KeyType = string, LocatorKeyType = KeyType)
AggregateLocatorImpl!(Type, KeyType, LocatorKeyType)
remove
(
LocatorKeyType key
)

Parameters

key LocatorKeyType

the identity of locator that should be removed.

Meta