Class CoherencePublisherProxyFactoryBean

java.lang.Object
com.oracle.coherence.spring.messaging.CoherencePublisherProxyFactoryBean
All Implemented Interfaces:
Advice, Interceptor, MethodInterceptor, Aware, BeanClassLoaderAware, DisposableBean, FactoryBean<Object>

public class CoherencePublisherProxyFactoryBean extends Object implements FactoryBean<Object>, MethodInterceptor, BeanClassLoaderAware, DisposableBean
Generates a proxy for the provided, CoherencePublisher annotated, interface.
Since:
3.0
Author:
Vaso Putica, Gunnar Hillert
  • Field Details

    • logger

      protected final Log logger
  • Constructor Details

    • CoherencePublisherProxyFactoryBean

      public CoherencePublisherProxyFactoryBean(Class<?> serviceInterface)
  • Method Details