Class PojaHttpServlerlessApplicationContextConfigurer

java.lang.Object
io.micronaut.http.poja.PojaHttpServlerlessApplicationContextConfigurer
All Implemented Interfaces:
io.micronaut.context.ApplicationContextConfigurer, io.micronaut.core.order.Ordered

@ContextConfigurer public final class PojaHttpServlerlessApplicationContextConfigurer extends Object implements io.micronaut.context.ApplicationContextConfigurer
A class to configure application with POJA serverless specifics.
  • Field Summary

    Fields inherited from interface io.micronaut.context.ApplicationContextConfigurer

    NO_OP

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

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(@NonNull io.micronaut.context.ApplicationContextBuilder builder)
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface io.micronaut.context.ApplicationContextConfigurer

    configure

    Methods inherited from interface io.micronaut.core.order.Ordered

    getOrder
  • Constructor Details

    • PojaHttpServlerlessApplicationContextConfigurer

      public PojaHttpServlerlessApplicationContextConfigurer()
  • Method Details

    • configure

      public void configure(@NonNull @NonNull io.micronaut.context.ApplicationContextBuilder builder)
      Specified by:
      configure in interface io.micronaut.context.ApplicationContextConfigurer