public abstract class InvalidateConverterRegistryListener extends AbstractEventListener<InvalidateModelConverterRegistryEvent>
InvalidateModelConverterRegistryEvents and removes/refreshs the corresponding
ModelConverter if a ComposedType is removed/changed in the persistence layer.| Constructor and Description |
|---|
InvalidateConverterRegistryListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract ConverterRegistry |
getConverterRegistry() |
protected void |
onEvent(InvalidateModelConverterRegistryEvent event)
If the
AbstractEvent is an InvalidateModelConverterRegistryEvent the registered
ModelConverter to the ComposedType code from the event is removed. |
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantServicepublic abstract ConverterRegistry getConverterRegistry()
ConverterRegistryprotected void onEvent(InvalidateModelConverterRegistryEvent event)
AbstractEvent is an InvalidateModelConverterRegistryEvent the registered
ModelConverter to the ComposedType code from the event is removed.onEvent in class AbstractEventListener<InvalidateModelConverterRegistryEvent>event - ignored all events except the InvalidateModelConverterRegistryEvent which contains the typecode
of a ComposedType.#onApplicationEvent(ApplicationEvent)Copyright © 2017 SAP SE. All Rights Reserved.