Module ch.rasc.sse.eventbus
Package ch.rasc.sse.eventbus.config
Class DefaultSseEventBusConfiguration
java.lang.Object
ch.rasc.sse.eventbus.config.DefaultSseEventBusConfiguration
To enable the SSE EventBus library create a @Configuration class that either
- extends this class
- or implement the interface
SseEventBusConfigurerand add theEnableSseEventBusannotation to any @Configuration class - or just add the
EnableSseEventBusannotation to any @Configuration class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SseEventBusConfigurerprotected List<DataObjectConverter>protected com.fasterxml.jackson.databind.ObjectMapperprotected SubscriptionRegistry -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
configurer
-
objectMapper
@Autowired(required=false) protected com.fasterxml.jackson.databind.ObjectMapper objectMapper -
dataObjectConverters
-
subscriptionRegistry
-
-
Constructor Details
-
DefaultSseEventBusConfiguration
public DefaultSseEventBusConfiguration()
-
-
Method Details
-
eventBus
-