Class MessageProcessor

java.lang.Object
com.mparticle.sdk.MessageProcessor

public abstract class MessageProcessor extends Object
Provides basic structure for implementing a custom message processing module.

A typical module

  1. Implements processRegistrationRequest to return registration information about the module.
  2. Adds custom logic to processEventProcessingRequest and/or event-specific handlers.
  3. Implements processAudienceMembershipChangeRequest if the module subscribes to the audience data stream.
  4. Implements processAudienceSubscriptionRequest if the module needs to handle audience subscription updates.
  • Constructor Details

    • MessageProcessor

      public MessageProcessor()
  • Method Details