Class ActionConfig.Resource

    • Constructor Detail

      • Resource

        public Resource​(String type,
                        Function<org.elasticsearch.action.ActionRequest,​Object> id,
                        boolean deleteAction)
    • Method Detail

      • getType

        public String getType()
      • getId

        public Function<org.elasticsearch.action.ActionRequest,​Object> getId()
      • isDeleteAction

        public boolean isDeleteAction()