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

    Fields
    Modifier and Type Field Description
    protected javax.validation.ValidatorFactory factory  
    protected javax.validation.Validator validator  
  • Constructor Summary

    Constructors
    Constructor Description
    ReactiveService()  
  • Method Summary

    Modifier and Type Method Description
    org.reactivestreams.Publisher apply​(CloudMessage cloudMessage)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

      public org.reactivestreams.Publisher apply​(CloudMessage cloudMessage)
      Specified by:
      apply in interface java.util.function.Function<CloudMessage,​org.reactivestreams.Publisher<java.lang.Object>>