All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.entur.pubsub.base.config.GooglePubSubConfig Maven / Gradle / Ivy

Go to download

Base configuration for Google PubSub clients, to be used for non-Camel clients. Camel-based clients should use camel-entur-google-pubsub instead.

There is a newer version: 2.32
Show newest version
package org.entur.pubsub.base.config;

import com.google.cloud.spring.autoconfigure.pubsub.GcpPubSubAutoConfiguration;
import org.springframework.boot.autoconfigure.AutoConfigureBefore;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/**
 * Specific Spring configuration.
 * There is currently none defined, the class is kept for backward compatibility.
 */
@Configuration
@AutoConfigureBefore(GcpPubSubAutoConfiguration.class)
@ComponentScan("org.entur.pubsub")
public class GooglePubSubConfig {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy