Package io.hstream
Class Connector
- java.lang.Object
-
- io.hstream.Connector
-
public class Connector extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Connector.ConnectorBuilder
-
Constructor Summary
Constructors Constructor Description Connector()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConfig()
Instant
getCreatedTime()
String
getName()
List<String>
getOffsets()
String
getStatus()
String
getTarget()
ConnectorType
getType()
static Connector.ConnectorBuilder
newBuilder()
-
-
-
Method Detail
-
newBuilder
public static Connector.ConnectorBuilder newBuilder()
-
getName
public String getName()
-
getType
public ConnectorType getType()
-
getTarget
public String getTarget()
-
getCreatedTime
public Instant getCreatedTime()
-
getStatus
public String getStatus()
-
getConfig
public String getConfig()
-
-