Skip to content

Message Processor

samdozor edited this page Oct 29, 2015 · 2 revisions

Overview

The base MessageProcessor implementation is responsible for parsing incoming Message objects. MessageProcessor contains several abstract and empty method implementations responsible for processing Message objects which you will override and implement. Currently the types of messages are:

  1. Module Registration Request and Response
  2. Event Processing Request and Response
  3. Audience Membership Subscription Request and Response
  4. Audience Subscription Request and Response

To get started creating your MessageProcessor, if you're using the sample project, open and edit SampleExtension.java. Otherwise, create a class that extends com.mparticle.sdk.MessageProcessor.

Next Step

Responding to the Module Registration Message