this.cepBackEndRuntime.addQuery(query.getName(), query.getExpression(), cepEventListener);
}
public void processInput(Input input) throws CEPConfigurationException {
TopicEventListener topicEventListener = new TopicEventListener(this, input);
// subscribe to the broker if given.
if (input.getBrokerName() != null) {
BrokerEventListener brokerEventListener = new BrokerEventListener(topicEventListener);
BrokerService brokerService = CEPServiceValueHolder.getInstance().getBrokerService();
BrokerConfigurationHelper brokerConfigurationHelper = new BrokerConfigurationHelper();