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

nbowgum.rainbowgum-disruptor.0.7.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
/**
 * EXPERIMENTAL Disruptor async publisher.
 * This optional module will install Disruptor as the default
 * async publisher provider.
 */

module io.jstach.rainbowgum.disruptor {
	
	exports io.jstach.rainbowgum.disruptor;
	
	requires transitive io.jstach.rainbowgum;
	requires static io.jstach.rainbowgum.annotation;
	requires com.lmax.disruptor;
	requires static org.eclipse.jdt.annotation;
	requires static io.jstach.svc;
	
	provides io.jstach.rainbowgum.spi.RainbowGumServiceProvider 
		with io.jstach.rainbowgum.disruptor.DisruptorConfigurator;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy