Interface ConfigurableRouter

All Superinterfaces:
Router
All Known Implementing Classes:
AbstractParameterBasedModRouterWithFailOverToNextNode, AbstractRouterWithFailOverToNextNode, AbstractRouterWithStickyFailOverToNextNode, FailoverAndReturnWithConfigurableBlacklisting, RoundRobinRouterWithFailoverToNextNode, RoundRobinRouterWithStickyFailoverToNextNode

public interface ConfigurableRouter extends Router
A router that implements this interface will be mostly configured by a configuration file. The configuration itself can differ.
Since:
20.02.15 23:05
Version:
$Id: $Id
Author:
lrosenberg
  • Method Details

    • setConfigurationName

      void setConfigurationName(String serviceId, String configurationName)
      Sets the configuration name and the service id.
      Parameters:
      serviceId - a String object.
      configurationName - a String object.