# EventManager

Componente responsável em enviar o evento, lembrando que ele não define a ordem apenas o envia. A sua implementação atual é enviar eventos de forma síncrona por CDI. Assim, é possível, por exemplo, substitui esse componente com o envio de eventos de forma assíncrona ou decorar esse componente para que ele envie outros tipos de eventos. Ele é dividido em especializações a partir dos tipos de bancos de dados.

* DocumentEventPersistManager
* ColumnEventPersistManager
* KeyValueEventPersistManager


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jnosql.gitbook.io/jnosql-book/pt-br/part5/chapter5_2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
