All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.distributeme.test.event.PushConsumer Maven / Gradle / Ivy

package org.distributeme.test.event;

import net.anotheria.anoprise.eventservice.Event;
import net.anotheria.anoprise.eventservice.EventServicePushConsumer;

/**
 * A push consumer which simply prints out all events.
 */
public class PushConsumer extends AbstractECTester implements EventServicePushConsumer{
	
	@Override
	public void push(Event event) {
		out("Received "+event);
	}
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy