Interface Configurable

All Known Subinterfaces:
Snapshotter

public interface Configurable
A contract that defines a configurable interface
Author:
Mario Fiore Vitale
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(Map<String,?> properties)
    Connector properties are passed to let you configure your implementation.
  • Method Details

    • configure

      void configure(Map<String,?> properties)
      Connector properties are passed to let you configure your implementation.
      Parameters:
      properties - map of configurable properties