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

refcodes-interceptor.3.0.8.source-code.module-info Maven / Gradle / Ivy

Go to download

With the refcodes-interceptor artifact you can build up assembly lines of any structure; digesting and refining messages (objects) you pass in. In its most basic form, the refcodes-interceptor acts as an interceptor (as of the interceptor pattern).

There is a newer version: 3.1.2
Show newest version
module org.refcodes.interceptor {
	requires transitive org.refcodes.component;
	requires transitive org.refcodes.controlflow;
	requires transitive org.refcodes.exception;

	exports org.refcodes.interceptor;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy