All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aol.micro.server.guava.spring.GuavaConfig Maven / Gradle / Ivy

package com.aol.micro.server.guava.spring;

import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

import com.google.common.eventbus.EventBus;

@Configuration
public class GuavaConfig {

	@Bean
	public EventBus microserverEventBus() {
		return new EventBus();
	}

	
	
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy