Class AbstractLR62EventPublisher

java.lang.Object
org.gcube.event.publisher.AbstractEventPublisher
org.gcube.portal.event.publisher.lr62.AbstractLR62EventPublisher
All Implemented Interfaces:
org.gcube.event.publisher.EventPublisher

public abstract class AbstractLR62EventPublisher
extends org.gcube.event.publisher.AbstractEventPublisher
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected static com.liferay.portal.kernel.log.Log log  
    protected static boolean PUBLISH_ON_SYSOUT  

    Fields inherited from class org.gcube.event.publisher.AbstractEventPublisher

    logger
  • Constructor Summary

    Constructors
    Constructor Description
    AbstractLR62EventPublisher()  
  • Method Summary

    Modifier and Type Method Description
    protected org.gcube.event.publisher.EventSender createEventSender()  

    Methods inherited from class org.gcube.event.publisher.AbstractEventPublisher

    getEventSender, publish, setEventSender

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected static final com.liferay.portal.kernel.log.Log log
    • PUBLISH_ON_SYSOUT

      protected static final boolean PUBLISH_ON_SYSOUT
      See Also:
      Constant Field Values
  • Constructor Details

    • AbstractLR62EventPublisher

      public AbstractLR62EventPublisher()
  • Method Details

    • createEventSender

      protected org.gcube.event.publisher.EventSender createEventSender()
      Specified by:
      createEventSender in class org.gcube.event.publisher.AbstractEventPublisher