Update Storm编程模型详解.md

This commit is contained in:
heibaiying 2019-05-30 10:28:21 +08:00 committed by GitHub
parent a4e334e4a9
commit 42a0df5ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
## 二、IComponent接口
`IComponent`接口定义了Topology中所有组件(spout/bolt)的公共方法自定义的spout或bolt必须直接或间接实现这个接口。
`IComponent`接口定义了Topology中所有组件(spout/bolt)的公共方法自定义的spout或bolt必须直接或间接实现这个接口。
```java
public interface IComponent extends Serializable {