public class Subscription extends Object implements Serializable
| Constructor and Description |
|---|
Subscription(String aggregateType)
Subscription from start
|
Subscription(String aggregateType,
String fromJournalId)
Subscription from last event
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAggregateType() |
String |
getFromJournalId() |
int |
hashCode() |
String |
toString() |
Copyright © 2015. All rights reserved.