Class endpoints.Subscribe
java.lang.Object
com.here.platform.data.client.service.stream.endpoints.Subscribe
- All Implemented Interfaces:
Api,Endpoint,RestEndpoint,StreamApi,Serializable,scala.Equals,scala.Product
- Enclosing class:
- endpoints
public static final class endpoints.Subscribe
extends Object
implements RestEndpoint, StreamApi, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongroupId()scala.Option<org.apache.pekko.http.scaladsl.model.RequestEntity>layer()org.apache.pekko.http.scaladsl.model.HttpMethodmethod()offset()path()query()scala.collection.immutable.Set<org.apache.pekko.http.scaladsl.model.StatusCode>scala.concurrent.duration.FiniteDurationretriesDeadline(RetryPolicyType retryPolicyType) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.here.platform.data.client.http.Endpoint
acceptableNonSuccessStatusCodes, forceStrict, headers, isStreamingRequest, maxWaitingTimeBetweenRetries, perRequestTimeoutMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface com.here.platform.data.client.http.RestEndpoint
acceptHeader, asHttpRequest, createParamMap, queryAsSeq
-
Constructor Details
-
Subscribe
-
-
Method Details
-
layer
-
groupId
-
offset
-
consumerId
-
method
public org.apache.pekko.http.scaladsl.model.HttpMethod method() -
path
- Specified by:
pathin interfaceRestEndpoint
-
query
- Specified by:
queryin interfaceRestEndpoint
-
httpEntity
public scala.Option<org.apache.pekko.http.scaladsl.model.RequestEntity> httpEntity()- Specified by:
httpEntityin interfaceEndpoint
-
retriableHttpStatusCodes
public scala.collection.immutable.Set<org.apache.pekko.http.scaladsl.model.StatusCode> retriableHttpStatusCodes()- Specified by:
retriableHttpStatusCodesin interfaceEndpoint
-
retriesDeadline
- Specified by:
retriesDeadlinein interfaceEndpoint
-