{
timeoutMessageProcessor.process(newEvent);
}
else
{
final FlowConstruct service = group.toArray(false)[0].getFlowConstruct();
if (!(service instanceof Service))
{
throw new UnsupportedOperationException(
"EventAggregator is only supported with Service");
}