Class AppRateLimitedHandler
java.lang.Object
com.slack.api.app_backend.events.EventHandler<AppRateLimitedPayload>
com.slack.api.app_backend.events.handler.AppRateLimitedHandler
public abstract class AppRateLimitedHandler extends EventHandler<AppRateLimitedPayload>
-
Constructor Summary
Constructors Constructor Description AppRateLimitedHandler() -
Method Summary
Modifier and Type Method Description java.lang.StringgetEventType()Returns the type value of the event (e.g., MessageEvent.TYPE_NAME)Methods inherited from class com.slack.api.app_backend.events.EventHandler
acceptUntypedObject, getEventPayloadClass, getEventSubtype, handle
-
Constructor Details
-
AppRateLimitedHandler
public AppRateLimitedHandler()
-
-
Method Details
-
getEventType
public java.lang.String getEventType()Description copied from class:EventHandlerReturns the type value of the event (e.g., MessageEvent.TYPE_NAME)- Specified by:
getEventTypein classEventHandler<AppRateLimitedPayload>
-