Platform SDK Java 8.5 API Reference

com.genesyslab.platform.apptemplate.log4j2plugin
Interface GMessageServerDeliveryManager

All Known Implementing Classes:
GMessageServerDeliveryManagerBase, GMessageServerDeliveryManagerImpl, GMessageServerDeliveryManagerSilent

public interface GMessageServerDeliveryManager

The Message Server delivery manager interface.

Note: This interface is internal and is not supposed for explicit usage by applications.


Method Summary
 void send(long date, int entryId, int entryCategory, int level, java.lang.String entryText, java.util.Map<java.lang.String,java.lang.String> attributes, java.lang.Throwable throwable)
          Pushes event data to output queue for Message Server delivery.
 

Method Detail

send

void send(long date,
          int entryId,
          int entryCategory,
          int level,
          java.lang.String entryText,
          java.util.Map<java.lang.String,java.lang.String> attributes,
          java.lang.Throwable throwable)
Pushes event data to output queue for Message Server delivery.

Parameters:
date - the event timestamp.
entryId - the LMS event ID.
entryCategory - the LMS Event category ID.
level - the event log level.
entryText - the localized and formatted message text.
attributes - optional LMS Event attributes.
throwable - exception attached to the event, or null.

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.