/* */ package cn.cloudwalk.event.autoconfig; /* */ /* */ import cn.cloudwalk.event.CloudwalkEventInitializing; /* */ import cn.cloudwalk.event.CloudwalkEventManager; /* */ import org.springframework.boot.context.properties.EnableConfigurationProperties; /* */ import org.springframework.context.annotation.Bean; /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ @EnableConfigurationProperties({EventProperties.class}) /* */ public class EventConfiguration /* */ { /* */ @Bean /* */ public CloudwalkEventManager cloudwalkEventManager() { /* 22 */ return new CloudwalkEventManager(); /* */ } /* */ /* */ @Bean /* */ public CloudwalkEventInitializing CloudwalkEventInitializing(EventProperties eventProperties) { /* 27 */ return new CloudwalkEventInitializing(eventProperties); /* */ } /* */ } /* Location: D:\星中心\cw-elevator-application-V1.0.0.20211103\cw-elevator-application-V1.0.0.20211103\lib\cloudwalk-common-event-3.7.2-Brussels-SRX.jar!\cn\cloudwalk\event\autoconfig\EventConfiguration.class * Java compiler version: 7 (51.0) * JD-Core Version: 1.1.3 */