@ConfigurationProperties(value="spring.cloud.gcp.pubsub") public class GcpPubSubProperties extends Object implements CredentialsSupplier
Constructor and Description |
---|
GcpPubSubProperties() |
Modifier and Type | Method and Description |
---|---|
Credentials |
getCredentials()
Supplies credentials configuration.
|
String |
getEmulatorHost() |
String |
getProjectId() |
int |
getPublisherExecutorThreads() |
int |
getSubscriberExecutorThreads() |
void |
setEmulatorHost(String emulatorHost) |
void |
setProjectId(String projectId) |
void |
setPublisherExecutorThreads(int publisherExecutorThreads) |
void |
setSubscriberExecutorThreads(int subscriberExecutorThreads) |
public int getSubscriberExecutorThreads()
public void setSubscriberExecutorThreads(int subscriberExecutorThreads)
public int getPublisherExecutorThreads()
public void setPublisherExecutorThreads(int publisherExecutorThreads)
public String getProjectId()
public void setProjectId(String projectId)
public Credentials getCredentials()
CredentialsSupplier
getCredentials
in interface CredentialsSupplier
public String getEmulatorHost()
public void setEmulatorHost(String emulatorHost)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.