onEventApplicationFailure method

  1. @protected
void onEventApplicationFailure(
  1. Event event,
  2. dynamic error
)
inherited

Called when event application fails Override to handle event application failures

Implementation

@protected
void onEventApplicationFailure(Event event, dynamic error) {
  print('Event application failed for aggregate $_aggregateId: $error');
}