| Interface | Description |
|---|---|
| SseEventBusConfigurer |
Defines methods for configuring the SSE Event Bus library.
|
| Class | Description |
|---|---|
| DefaultSseEventBusConfiguration |
To enable the SSE EventBus library create a @Configuration class that either
extends this class
or implement the interface
SseEventBusConfigurer and add the
EnableSseEventBus annotation to any @Configuration class
or just add the EnableSseEventBus annotation to any @Configuration
class |
| Annotation Type | Description |
|---|---|
| EnableSseEventBus |
Add this annotation to any
@Configuration class to enable the SseEventBus. |
Copyright © 2016–2020. All rights reserved.