Interface InfoSource

    • Field Summary

      • Fields inherited from interface io.micronaut.core.order.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.reactivestreams.Publisher<io.micronaut.context.env.PropertySource> getSource()  
      • Methods inherited from interface io.micronaut.core.order.Ordered

        getOrder
    • Method Detail

      • getSource

        org.reactivestreams.Publisher<io.micronaut.context.env.PropertySource> getSource()
        Returns:
        A publisher that returns a PropertySource containing data to be added to the endpoint response.