public class GooglePubsubComponent
extends org.apache.camel.impl.UriEndpointComponent
GooglePubsubEndpoint.| Constructor and Description |
|---|
GooglePubsubComponent() |
GooglePubsubComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
GooglePubsubConnectionFactory |
getConnectionFactory()
Sets the connection factory to use:
provides the ability to explicitly manage connection credentials:
- the path to the key file
- the Service Account Key / Email pair
|
void |
setConnectionFactory(GooglePubsubConnectionFactory connectionFactory) |
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClassafterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic GooglePubsubComponent()
public GooglePubsubComponent(org.apache.camel.CamelContext context)
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionpublic GooglePubsubConnectionFactory getConnectionFactory()
public void setConnectionFactory(GooglePubsubConnectionFactory connectionFactory)
Apache Camel