进程内部异步事件调用组件
//实例化事件总线,使用内存队列 final EventBus eventBus = new EventBus(new MemoryChannel(1024)); //注册消费者 eventBus.register(new ListenerSub()); eventBus.register(new BothSub()); //启动事件总线 eventBus.start(); //发送事件消息(需要启动后才能发送) eventBus.publish(new SimpleEvent()); eventBus.publish(new EventAny()); eventBus.publish(new EventA()); //停止事件总线 eventBus.stop();
1、持久化增加mybatis. 2、远程storage服务,统一管理。统一组件化。