Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Move kuzzle event to a new doc section #307

Merged
merged 3 commits into from
Jun 19, 2017

Conversation

dbengsch
Copy link
Contributor

Changes

  • Move kuzzle event to a new doc section
  • Document event type (between hooks and pipes)
  • Remove obsolete events

fixes #111 #112

@dbengsch dbengsch self-assigned this Jun 15, 2017
…-event-section

Conflicts:
	src/plugins-reference/kuzzle-events-list/index.md

Every time Kuzzle receives a request coming from a client, it routes it towards a Controller and an Action, which processes it and sends the result back to the client. Each step of this life-cycle triggers an event. Here are the different types of events that Plugins can listen to.

There is two kind of events, `pipes` and `hooks`. Report to the [Plugin Reference documentation]({{ site_base_path }}plugins-reference/plugins-features/adding-pipes/#) for more details on how to listen to them.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are two kind of events

@scottinet scottinet merged commit 0177e83 into rc.x Jun 19, 2017
@scottinet scottinet deleted the 111-dedidacted-kuzzle-event-section branch June 19, 2017 09:33
@scottinet scottinet mentioned this pull request Jun 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants