Package io.hstream
Class ConsumerInformation
- java.lang.Object
-
- io.hstream.ConsumerInformation
-
public class ConsumerInformation extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConsumerInformation.Builder
-
Constructor Summary
Constructors Constructor Description ConsumerInformation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getUri()
String
getUserAgent()
static ConsumerInformation.Builder
newBuilder()
-
-
-
Method Detail
-
getName
public String getName()
-
getUri
public String getUri()
-
getUserAgent
public String getUserAgent()
-
newBuilder
public static ConsumerInformation.Builder newBuilder()
-
-