public final class Events extends Object
Modifier and Type | Method and Description |
---|---|
static <T> Event<T> |
of(Selector selector)
Create a event with given selector without any data
|
static <T> Event<T> |
of(Selector selector,
T data)
Create a event with given selector and data
|
Copyright © 2018 Eclipse Paho. All rights reserved.