Class HttpDslMaterializer

  • All Implemented Interfaces:
    DslMaterializer

    public class HttpDslMaterializer
    extends java.lang.Object
    implements DslMaterializer
    MaterializableDslItem materializer takes the spec instances and convert them into reactor components, that are to be executed by reactor runtime.

    Since:
    1.1.0
    Author:
    Erhan Bagdemir
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<UserSession> materialize​(UserSession userSession)
      Materializer takes the DSL items and convert it into a Mono.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpDslMaterializer

        public HttpDslMaterializer​(HttpDsl dslItem)