public interface DomainIntentOperationsContext
| Modifier and Type | Method and Description |
|---|---|
default void |
onError(DomainIntentOperations idos)
Invoked when error is encountered while executing the domain intent.
|
default void |
onSuccess(DomainIntentOperations idops)
Invoked on successful execution of the domain intent.
|
default void onSuccess(DomainIntentOperations idops)
idops - domain intent to executedefault void onError(DomainIntentOperations idos)
idos - domain intent to execute