Package com.slack.api.model.event
Class HelloEvent
java.lang.Object
com.slack.api.model.event.HelloEvent
- All Implemented Interfaces:
Event,Serializable
public class HelloEvent extends Object implements Event
The hello event is sent when a connection is opened to the message server.
This allows a client to confirm the connection has been correctly opened.
https://api.slack.com/events/hello
- See Also:
- Serialized Form
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
HelloEvent
public HelloEvent()
-
-
Method Details