Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
Make DatabaseQueueMessage serializable because it is sent in Akka mes…
Browse files Browse the repository at this point in the history
…sages
  • Loading branch information
snoopdave committed Sep 22, 2016
1 parent c08e02a commit 00eb139
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -19,10 +19,11 @@

package org.apache.usergrid.persistence.qakka.serialization.queuemessages;

import java.io.Serializable;
import java.util.UUID;


public class DatabaseQueueMessage {
public class DatabaseQueueMessage implements Serializable {

public enum Type {
DEFAULT, INFLIGHT
Expand Down

0 comments on commit 00eb139

Please sign in to comment.