Uses of Interface
com.slack.api.socket_mode.listener.EnvelopeListener
Packages that use EnvelopeListener
-
Uses of EnvelopeListener in com.slack.api.socket_mode
Methods in com.slack.api.socket_mode that return types with arguments of type EnvelopeListenerModifier and TypeMethodDescriptionSocketModeClient.getEventsApiEnvelopeListeners()SocketModeClient.getInteractiveEnvelopeListeners()SocketModeClient.getSlashCommandsEnvelopeListeners()Methods in com.slack.api.socket_mode with parameters of type EnvelopeListenerModifier and TypeMethodDescriptiondefault 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 EnvelopeListenerModifier and TypeMethodDescriptionSocketModeClientJavaWSImpl.getEventsApiEnvelopeListeners()SocketModeClientTyrusImpl.getEventsApiEnvelopeListeners()SocketModeClientJavaWSImpl.getInteractiveEnvelopeListeners()SocketModeClientTyrusImpl.getInteractiveEnvelopeListeners()SocketModeClientJavaWSImpl.getSlashCommandsEnvelopeListeners()SocketModeClientTyrusImpl.getSlashCommandsEnvelopeListeners()