Skip to content

Commit

Permalink
Remove ActionPlugin.getClientActions
Browse files Browse the repository at this point in the history
This isn't used any longer with the transport client gone.
  • Loading branch information
original-brownbear committed Jul 16, 2023
1 parent 50a4765 commit 3062c1a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 311 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ public interface ActionPlugin {
return Collections.emptyList();
}

/**
* Client actions added by this plugin. This defaults to all of the {@linkplain ActionType} in
* {@linkplain ActionPlugin#getActions()}.
*/
default List<ActionType<? extends ActionResponse>> getClientActions() {
return getActions().stream().<ActionType<? extends ActionResponse>>map(a -> a.action).toList();
}

/**
* ActionType filters added by this plugin.
*/
Expand Down
Loading

0 comments on commit 3062c1a

Please sign in to comment.