public void Handle(ProjectionMessage.CoreService.Stop message) { _connection = null; _correlations = null; }
public void Handle(ProjectionMessage.CoreService.Stop message) { _headingEventDistributionPoint.Stop(); _stopped = true; }