
co.spraybot.messagerunner.Parcel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of message-runner Show documentation
Show all versions of message-runner Show documentation
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