Class DataRoutingServiceKvInMemImpl

All Implemented Interfaces:
DataRoutingService, StorageLookup, DynamicResolverMixin, EndpointResolver, ClaimsProvider, WritableDataRoutingService, WritableDataRoutingServiceInternal, SafeCloseable, NamedImplementation, AutoCloseable

public class DataRoutingServiceKvInMemImpl extends DataRoutingServiceKvImpl implements DynamicResolverMixin
Implementation using an in-memory kv implementation. This implementation primes the kv store using the yaml file as from the YAML implementation.
Useful for testing.