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

com.nitorcreations.willow.simulate.MessageProducer Maven / Gradle / Ivy

package com.nitorcreations.willow.simulate;

import com.nitorcreations.willow.messages.AbstractMessage;

public interface MessageProducer {
  AbstractMessage next();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy