public interface ComponentConfigurationDeclarer<T extends ComponentConfigurationDeclarer<?>>
Modifier and Type | Method and Description |
---|---|
T |
addConfiguration(java.lang.String config,
java.lang.Object value) |
T |
addConfigurations(java.util.Map<java.lang.String,java.lang.Object> conf) |
T |
setDebug(boolean debug) |
T |
setMaxSpoutPending(java.lang.Number val) |