Class ReactiveService
java.lang.Object
com.cloudimpl.outstack.spring.service.ReactiveService
- All Implemented Interfaces:
java.util.function.Function<CloudMessage,org.reactivestreams.Publisher<java.lang.Object>>
public abstract class ReactiveService extends java.lang.Object implements java.util.function.Function<CloudMessage,org.reactivestreams.Publisher<java.lang.Object>>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ReactiveService() -
Method Summary
Modifier and Type Method Description org.reactivestreams.Publisherapply(CloudMessage cloudMessage)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.Function
andThen, compose
-
Field Details
-
factory
protected final javax.validation.ValidatorFactory factory -
validator
protected final javax.validation.Validator validator
-
-
Constructor Details
-
ReactiveService
public ReactiveService()
-
-
Method Details
-
apply
- Specified by:
applyin interfacejava.util.function.Function<CloudMessage,org.reactivestreams.Publisher<java.lang.Object>>
-