Package io.hstream
Class Subscription
- java.lang.Object
-
- io.hstream.Subscription
-
public class Subscription extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Subscription.Builder
static class
Subscription.SubscriptionOffset
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getAckTimeoutSeconds()
Instant
getCreatedTime()
int
getMaxUnackedRecords()
Subscription.SubscriptionOffset
getOffset()
String
getStreamName()
String
getSubscriptionId()
int
hashCode()
static Subscription.Builder
newBuilder()
-
-
-
Method Detail
-
getCreatedTime
public Instant getCreatedTime()
-
newBuilder
public static Subscription.Builder newBuilder()
- Returns:
Subscription.Builder
-
getSubscriptionId
public String getSubscriptionId()
-
getStreamName
public String getStreamName()
-
getAckTimeoutSeconds
public int getAckTimeoutSeconds()
-
getMaxUnackedRecords
public int getMaxUnackedRecords()
-
getOffset
public Subscription.SubscriptionOffset getOffset()
-
-