Keycloak
7 строк · 370.0 Байт
1[[_events]]
2== Event Listener SPI
3
4Writing an Event Listener Provider starts by implementing the `EventListenerProvider` and `EventListenerProviderFactory` interfaces. Please see the Javadoc
5and examples for complete details on how to do this.
6
7For details on how to package and deploy a custom provider refer to the <<_providers,Service Provider Interfaces>> chapter.
8
9