public class DefaultMissingApplyEventMethodStrategy extends java.lang.Object implements MissingApplyEventMethodStrategy
Modifier and Type | Field and Description |
---|---|
static MissingApplyEventMethodStrategy |
INSTANCE |
Constructor and Description |
---|
DefaultMissingApplyEventMethodStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
handle(Aggregate aggregate,
MissingApplyMethodException e) |
boolean |
supports(Aggregate aggregate,
MissingApplyMethodException e) |
public static MissingApplyEventMethodStrategy INSTANCE
public DefaultMissingApplyEventMethodStrategy()
public boolean supports(Aggregate aggregate, MissingApplyMethodException e)
supports
in interface MissingApplyEventMethodStrategy
public void handle(Aggregate aggregate, MissingApplyMethodException e)
handle
in interface MissingApplyEventMethodStrategy