Class DataRoutingService.MapPropertyProvider

java.lang.Object
com.illumon.iris.db.v2.routing.DataRoutingService.MapPropertyProvider
All Implemented Interfaces:
DataRoutingService.ImmutablePropertyProvider, DataRoutingService.PropertyProvider
Enclosing interface:
DataRoutingService

public static class DataRoutingService.MapPropertyProvider extends Object implements DataRoutingService.ImmutablePropertyProvider
Implementation of PropertyProvider that wraps a map.
  • Constructor Details

    • MapPropertyProvider

      public MapPropertyProvider(@NotNull Map<String,String> properties)
      Create a PropertyProvider from a map. This creates an immutable copy of the map.
      Parameters:
      properties - the map to wrap
  • Method Details