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 booleanequals(Object o)PathgetCredentialPath()StringgetHost()IntegergetPort()StringgetProjectId()StringgetSubscription()StringgetTopic()inthashCode()booleanisMockPubSubTopics()StringtoString() 
 - 
 
- 
- 
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()
 
 - 
 
 -