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.Loglogprotected static booleanPUBLISH_ON_SYSOUT
-
Constructor Summary
Constructors Constructor Description AbstractLR62EventPublisher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.gcube.event.publisher.EventSendercreateEventSender()
-
-
-
Field Detail
-
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
-
-