Interface DataRoutingService.ImmutablePropertyProvider

All Superinterfaces:
DataRoutingService.PropertyProvider
All Known Implementing Classes:
DataRoutingService.MapPropertyProvider, DataRoutingService.NullPropertyProvider
Enclosing interface:
DataRoutingService

public static interface DataRoutingService.ImmutablePropertyProvider extends DataRoutingService.PropertyProvider
A PropertyProvider that is guaranteed to be immutable. Implementations must ensure that DataRoutingService.PropertyProvider.getProperties() returns an immutable map.