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

pro.jk.ejoker.infrastructure.impl.AbstractMessageHandler Maven / Gradle / Ivy

There is a newer version: 3.0.7.1
Show newest version
package pro.jk.ejoker.infrastructure.impl;

import java.util.concurrent.Future;

import pro.jk.ejoker.messaging.IMessage;
import pro.jk.ejoker.messaging.IMessageHandler;

public abstract class AbstractMessageHandler implements IMessageHandler {

	@Override
	public Future handleAsync(IMessage message) {
		assert false;
		return null;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy