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

co.spraybot.messagerunner.Parcel Maven / Gradle / Ivy

Go to download

A micro-framework to allow easily passing specific Vert.x messages to specific addresses for processing of those messages.

The newest version!
package co.spraybot.messagerunner;

/**
 * An identifier interface for objects that are expected to be sent to a Courier for additional processing by a
 * ParcelProcessor.
 */
public interface Parcel {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy