Class BaseFunction

  • Direct Known Subclasses:
    Function

    public class BaseFunction
    extends Object
    • Field Detail

      • throwException

        public static boolean throwException
    • Constructor Detail

      • BaseFunction

        public BaseFunction()
    • Method Detail

      • ensureQuarkusInitialized

        protected static void ensureQuarkusInitialized()
      • dispatch

        protected com.microsoft.azure.functions.HttpResponseMessage dispatch​(com.microsoft.azure.functions.HttpRequestMessage<Optional<String>> request)
      • nettyDispatch

        protected com.microsoft.azure.functions.HttpResponseMessage nettyDispatch​(com.microsoft.azure.functions.HttpRequestMessage<Optional<String>> request)
                                                                           throws Exception
        Throws:
        Exception