@ConfigurationProperties(value="spring.cloud.gcp.pubsub") public class GcpPubSubProperties extends Object implements CredentialsSupplier
Modifier and Type | Class and Description |
---|---|
static class |
GcpPubSubProperties.Batching |
static class |
GcpPubSubProperties.FlowControl |
static class |
GcpPubSubProperties.Publisher |
static class |
GcpPubSubProperties.Retry |
static class |
GcpPubSubProperties.Subscriber |
Constructor and Description |
---|
GcpPubSubProperties() |
Modifier and Type | Method and Description |
---|---|
Credentials |
getCredentials()
Supplies credentials configuration.
|
String |
getEmulatorHost() |
String |
getProjectId() |
GcpPubSubProperties.Publisher |
getPublisher() |
GcpPubSubProperties.Subscriber |
getSubscriber() |
void |
setEmulatorHost(String emulatorHost) |
void |
setProjectId(String projectId) |
public GcpPubSubProperties.Subscriber getSubscriber()
public GcpPubSubProperties.Publisher getPublisher()
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.