public class CommandOutcome
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<Event> |
result |
java.lang.Throwable |
throwable |
Constructor and Description |
---|
CommandOutcome(java.util.List<Event> result) |
CommandOutcome(java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
boolean |
isFailure() |