public interface SubscribeService
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<SubscribeEnvelope> |
subscribe(java.lang.String subKey,
java.lang.String channel,
java.util.Map<java.lang.String,java.lang.String> options) |
@GET(value="v2/subscribe/{subKey}/{channel}/0")
retrofit2.Call<SubscribeEnvelope> subscribe(@Path(value="subKey")
java.lang.String subKey,
@Path(value="channel")
java.lang.String channel,
@QueryMap(encoded=true)
java.util.Map<java.lang.String,java.lang.String> options)