Uses of Class
com.slack.api.socket_mode.request.InteractiveEnvelope
-
Packages that use InteractiveEnvelope Package Description com.slack.api.socket_mode com.slack.api.socket_mode.impl -
-
Uses of InteractiveEnvelope in com.slack.api.socket_mode
Methods in com.slack.api.socket_mode that return types with arguments of type InteractiveEnvelope Modifier and Type Method Description List<EnvelopeListener<InteractiveEnvelope>>SocketModeClient. getInteractiveEnvelopeListeners()Method parameters in com.slack.api.socket_mode with type arguments of type InteractiveEnvelope Modifier and Type Method Description default voidSocketModeClient. addInteractiveEnvelopeListener(EnvelopeListener<InteractiveEnvelope> listener)default voidSocketModeClient. removeInteractiveEnvelopeListener(EnvelopeListener<InteractiveEnvelope> listener) -
Uses of InteractiveEnvelope in com.slack.api.socket_mode.impl
Methods in com.slack.api.socket_mode.impl that return types with arguments of type InteractiveEnvelope Modifier and Type Method Description List<EnvelopeListener<InteractiveEnvelope>>SocketModeClientJavaWSImpl. getInteractiveEnvelopeListeners()List<EnvelopeListener<InteractiveEnvelope>>SocketModeClientTyrusImpl. getInteractiveEnvelopeListeners()
-