public class CompositeMissingApplyEventMethodStrategy extends java.lang.Object implements MissingApplyEventMethodStrategy
| Constructor and Description |
|---|
CompositeMissingApplyEventMethodStrategy(MissingApplyEventMethodStrategy[] strategies) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Aggregate aggregate,
MissingApplyMethodException e) |
boolean |
supports(Aggregate aggregate,
MissingApplyMethodException e) |
public CompositeMissingApplyEventMethodStrategy(MissingApplyEventMethodStrategy[] strategies)
public boolean supports(Aggregate aggregate, MissingApplyMethodException e)
supports in interface MissingApplyEventMethodStrategypublic void handle(Aggregate aggregate, MissingApplyMethodException e)
handle in interface MissingApplyEventMethodStrategy