Class Constants

java.lang.Object
org.distributeme.core.routing.Constants

public class Constants extends Object
TODO comment this class
Since:
21.09.15 22:27
Version:
$Id: $Id
Author:
lrosenberg
  • Field Details

    • ROUTING_LOGGER_NAME

      public static final String ROUTING_LOGGER_NAME
      See Also:
    • ATT_CALL_COUNT

      public static final String ATT_CALL_COUNT
      This attribute defines the call count in the current call. If the call count is > 1, this means, that this call is a failover call.
      See Also:
    • ATT_BLACKLISTED

      public static final String ATT_BLACKLISTED
      This attribute is set when the call has been re-routed due to blacklisting.
      See Also:
  • Constructor Details

    • Constants

      public Constants()