public class PubSubConfig extends Object
Constructor and Description |
---|
PubSubConfig(String projectId,
String topic,
Path credentialPath,
boolean mockPubSubTopics,
String host,
Integer port) |
PubSubConfig(String projectId,
String topic,
Path credentialPath,
String subscription,
boolean mockPubSubTopics,
String host,
Integer port) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Path |
getCredentialPath() |
String |
getHost() |
Integer |
getPort() |
String |
getProjectId() |
String |
getSubscription() |
String |
getTopic() |
int |
hashCode() |
boolean |
isMockPubSubTopics() |
String |
toString() |
public PubSubConfig(String projectId, String topic, Path credentialPath, boolean mockPubSubTopics, String host, Integer port)
public String getProjectId()
public String getTopic()
public Path getCredentialPath()
public String getSubscription()
public boolean isMockPubSubTopics()
public String getHost()
public Integer getPort()
Copyright © 2018–2020 SmallRye. All rights reserved.