@Configuration public class FluxCapacitorSpringConfig extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
| Modifier | Constructor and Description |
|---|---|
protected |
FluxCapacitorSpringConfig(org.springframework.context.ApplicationContext context) |
| Modifier and Type | Method and Description |
|---|---|
FluxCapacitor |
fluxCapacitor(FluxCapacitorBuilder builder) |
FluxCapacitorBuilder |
fluxCapacitorBuilder(Serializer serializer) |
protected <T> Optional<T> |
getBean(Class<T> type) |
void |
handle(org.springframework.context.event.ContextClosedEvent event) |
void |
handle(org.springframework.context.event.ContextRefreshedEvent event) |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Serializer |
serializer() |
@Autowired protected FluxCapacitorSpringConfig(org.springframework.context.ApplicationContext context)
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansException@EventListener public void handle(org.springframework.context.event.ContextRefreshedEvent event)
@EventListener public void handle(org.springframework.context.event.ContextClosedEvent event)
@Bean public Serializer serializer()
@Bean public FluxCapacitorBuilder fluxCapacitorBuilder(Serializer serializer)
@Bean public FluxCapacitor fluxCapacitor(FluxCapacitorBuilder builder)
Copyright © 2019 Flux Capacitor. All rights reserved.