public abstract class ChaosMonkey extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEGRADE_TO_UNINITIALIZED_ON_STOP
This setting causes the bus to fall back to an uninitialized state when stop() is called so a
directed cold start can be simulated for testing.
|
static String |
DONT_REALLY_CONNECT
This setting causes the bus to go into a connecting state, without actually sending he handshake message
to the transport layer.
|
static String |
FAIL_ON_CONNECT_AFTER_MS
This setting is an optional setting in addition to
DONT_REALLY_CONNECT . |
public static final String DONT_REALLY_CONNECT
public static final String FAIL_ON_CONNECT_AFTER_MS
DONT_REALLY_CONNECT
. This setting specifies
the time in milliseconds before a simulated connection failure will be triggered.public static final String DEGRADE_TO_UNINITIALIZED_ON_STOP
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.