public class

Message

extends Object
java.lang.Object
   ↳ com.atlassian.jira.cluster.Message

Class Overview

Represents the set of messages that can be sent in the cluster

Summary

Constants
String DELIMITER
Public Constructors
Message(String channel, String supplementalInformation)
Public Methods
boolean equals(Object o)
static Message fromString(String message)
String getChannel()
String getSupplementalInformation()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String DELIMITER

Constant Value: ":-"

Public Constructors

public Message (String channel, String supplementalInformation)

Public Methods

public boolean equals (Object o)

public static Message fromString (String message)

public String getChannel ()

public String getSupplementalInformation ()

public int hashCode ()

public String toString ()