
com.aol.micro.server.reactive.ReactivePlugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micro-reactive Show documentation
Show all versions of micro-reactive Show documentation
Opinionated rest microservices
The newest version!
package com.aol.micro.server.reactive;
import com.aol.micro.server.Plugin;
import cyclops.collections.immutable.PersistentSetX;
public class ReactivePlugin implements Plugin{
@Override
public PersistentSetX springClasses() {
return PersistentSetX.of(ResponderConfigurer.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy