Class EnsureDslMaterializer

  • All Implemented Interfaces:
    DslMaterializer

    public class EnsureDslMaterializer
    extends java.lang.Object
    implements DslMaterializer
    Ensure spec matarializer implementation.

    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

      • EnsureDslMaterializer

        public EnsureDslMaterializer​(EnsureDsl ensureDsl)