// Get Index Event
ElasticSearchIndexEvent indexEvent = (ElasticSearchIndexEvent)o;
// Fire Index Action
ElasticSearchIndexAction indexAction = new ElasticSearchIndexAction();
indexAction.invoke(indexEvent);
} else {
// Log Debug
throw new RuntimeException("Unknown Message: " + o);
}