Class ActionType<Response extends ActionResponse>

    • Constructor Detail

      • ActionType

        public ActionType​(String name,
                          Writeable.Reader<Response> responseReader)
        Parameters:
        name - The name of the action, must be unique across actions.
        responseReader - A reader for the response type