@Configuration public class DefaultSseEventBusConfiguration extends Object
SseEventBusConfigurer and add the
EnableSseEventBus annotation to any @Configuration classEnableSseEventBus annotation to any @Configuration
class| Modifier and Type | Field and Description |
|---|---|
protected SseEventBusConfigurer |
configurer |
protected List<DataObjectConverter> |
dataObjectConverters |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected SubscriptionRegistry |
subscriptionRegistry |
| Constructor and Description |
|---|
DefaultSseEventBusConfiguration() |
@Autowired(required=false) protected SseEventBusConfigurer configurer
@Autowired(required=false) protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
@Autowired(required=false) protected List<DataObjectConverter> dataObjectConverters
@Autowired(required=false) protected SubscriptionRegistry subscriptionRegistry
@Bean public SseEventBus eventBus()
Copyright © 2016–2020. All rights reserved.