Class DataRoutingService.Delegating

java.lang.Object
com.illumon.iris.db.v2.routing.DataRoutingService.Delegating
All Implemented Interfaces:
DataRoutingService, StorageLookup, EndpointResolver, ClaimsProvider, SafeCloseable, NamedImplementation, AutoCloseable
Direct Known Subclasses:
DataRoutingServiceCachingImpl, DataRoutingServiceK8sImpl, DataRoutingServiceKvImpl
Enclosing interface:
DataRoutingService

public abstract static class DataRoutingService.Delegating extends Object implements DataRoutingService
Delegate method calls to an implementation object. This is designed to be subclassed.