All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.slack.api.socket_mode.request.SocketModeEnvelope Maven / Gradle / Ivy

There is a newer version: 1.39.0
Show newest version
package com.slack.api.socket_mode.request;

import com.google.gson.JsonElement;

public interface SocketModeEnvelope {

    String getEnvelopeId();

    JsonElement getPayload();

    String getType();

    Boolean getAcceptsResponsePayload();

    Integer getRetryAttempt();

    String getRetryReason();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy