@Singleton
public class PubSubClientIntroductionAdvice
extends java.lang.Object
implements io.micronaut.aop.MethodInterceptor<java.lang.Object,java.lang.Object>
PubSubClient
advice annotation.Constructor and Description |
---|
PubSubClientIntroductionAdvice(PublisherFactory publisherFactory,
PubSubMessageSerDesRegistry serDesRegistry,
java.util.concurrent.ExecutorService executorService,
io.micronaut.core.convert.ConversionService<?> conversionService,
GoogleCloudConfiguration googleCloudConfiguration,
PubSubConfigurationProperties pubSubConfigurationProperties) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
intercept(io.micronaut.aop.MethodInvocationContext<java.lang.Object,java.lang.Object> context) |
public PubSubClientIntroductionAdvice(PublisherFactory publisherFactory, PubSubMessageSerDesRegistry serDesRegistry, @Named(value="io") java.util.concurrent.ExecutorService executorService, io.micronaut.core.convert.ConversionService<?> conversionService, GoogleCloudConfiguration googleCloudConfiguration, PubSubConfigurationProperties pubSubConfigurationProperties)