Class RuleRouter<T>

    • Method Detail

      • getMethodsForValidRules

        public Collection<String> getMethodsForValidRules​(com.spotify.apollo.Request message)
        Description copied from interface: ApplicationRouter
        Returns a collection of valid methods (such as GET and POST) for the URI of the provided request. Will return an empty collection if nothing match the URI.
        Specified by:
        getMethodsForValidRules in interface ApplicationRouter<T>
        Parameters:
        message - The message to find the methods for