@Service public class ExampleService extends Object
| 构造器和说明 |
|---|
ExampleService() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
annotationFireEvent(String data1,
Integer data2)
使用注解触发方法
|
String |
annotationFireEventSync(String data1,
Integer data2)
使用注解触发方法,同步执行事件
|
void |
manualFireEvent(String data1,
Integer data2)
手动触发时间,事件将会在代码块中显示调用fireEvent方法
|
Copyright © 2018 Jue Ming. All rights reserved.