Class PubSubConfig
- java.lang.Object
-
- io.smallrye.reactive.messaging.gcp.pubsub.PubSubConfig
-
public class PubSubConfig extends Object
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Path
getCredentialPath()
String
getHost()
Integer
getPort()
String
getProjectId()
String
getSubscription()
String
getTopic()
int
hashCode()
boolean
isMockPubSubTopics()
String
toString()
-
-
-
Method Detail
-
getProjectId
public String getProjectId()
-
getTopic
public String getTopic()
-
getCredentialPath
public Path getCredentialPath()
-
getSubscription
public String getSubscription()
-
isMockPubSubTopics
public boolean isMockPubSubTopics()
-
getHost
public String getHost()
-
getPort
public Integer getPort()
-
-