Uses of Interface
com.slack.api.socket_mode.listener.EnvelopeListener
| Package | Description |
|---|---|
| com.slack.api.socket_mode | |
| com.slack.api.socket_mode.impl |
-
Uses of EnvelopeListener in com.slack.api.socket_mode
Methods in com.slack.api.socket_mode that return types with arguments of type EnvelopeListener Modifier and Type Method Description List<EnvelopeListener<EventsApiEnvelope>>SocketModeClient. getEventsApiEnvelopeListeners()List<EnvelopeListener<InteractiveEnvelope>>SocketModeClient. getInteractiveEnvelopeListeners()List<EnvelopeListener<SlashCommandsEnvelope>>SocketModeClient. getSlashCommandsEnvelopeListeners()Methods in com.slack.api.socket_mode with parameters of type EnvelopeListener Modifier and Type Method Description default voidSocketModeClient. addEventsApiEnvelopeListener(EnvelopeListener<EventsApiEnvelope> listener)default voidSocketModeClient. addInteractiveEnvelopeListener(EnvelopeListener<InteractiveEnvelope> listener)default voidSocketModeClient. addSlashCommandsEnvelopeListener(EnvelopeListener<SlashCommandsEnvelope> listener)default voidSocketModeClient. removeEventsApiEnvelopeListener(EnvelopeListener<EventsApiEnvelope> listener)default voidSocketModeClient. removeInteractiveEnvelopeListener(EnvelopeListener<InteractiveEnvelope> listener)default voidSocketModeClient. removeSlashCommandsEnvelopeListener(EnvelopeListener<SlashCommandsEnvelope> listener) -
Uses of EnvelopeListener in com.slack.api.socket_mode.impl
Methods in com.slack.api.socket_mode.impl that return types with arguments of type EnvelopeListener Modifier and Type Method Description List<EnvelopeListener<EventsApiEnvelope>>SocketModeClientJavaWSImpl. getEventsApiEnvelopeListeners()List<EnvelopeListener<EventsApiEnvelope>>SocketModeClientTyrusImpl. getEventsApiEnvelopeListeners()List<EnvelopeListener<InteractiveEnvelope>>SocketModeClientJavaWSImpl. getInteractiveEnvelopeListeners()List<EnvelopeListener<InteractiveEnvelope>>SocketModeClientTyrusImpl. getInteractiveEnvelopeListeners()List<EnvelopeListener<SlashCommandsEnvelope>>SocketModeClientJavaWSImpl. getSlashCommandsEnvelopeListeners()List<EnvelopeListener<SlashCommandsEnvelope>>SocketModeClientTyrusImpl. getSlashCommandsEnvelopeListeners()