Uses of Class
org.starcoin.bean.EventFilter
| Package | Description |
|---|---|
| org.starcoin.api | |
| org.starcoin.bean |
-
Uses of EventFilter in org.starcoin.api
Methods in org.starcoin.api with parameters of type EventFilter Modifier and Type Method Description io.reactivex.Flowable<EventNotification>StarcoinSubscriber. newTxnSendRecvEventNotifications(EventFilter eventFilter)用于获取 Event 相关的通知 -
Uses of EventFilter in org.starcoin.bean
Methods in org.starcoin.bean that return EventFilter Modifier and Type Method Description EventFilterEventParams. getFilter()Methods in org.starcoin.bean with parameters of type EventFilter Modifier and Type Method Description voidEventParams. setFilter(EventFilter filter)Constructors in org.starcoin.bean with parameters of type EventFilter Constructor Description EventParams(EventFilter filter, boolean decode)