public final class MRLListener
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
callbackMethod
the method which will be invoked
|
java.lang.String |
callbackName
globally unique name of Service the a topic message will be sent to
|
static org.slf4j.Logger |
log |
java.lang.String |
topicMethod
the keyed topic Method - when this method is invoked listeners are sent
messages with return data
|
Constructor and Description |
---|
MRLListener(java.lang.String topicMethod,
java.lang.String callbackName,
java.lang.String callbackMethod) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(MRLListener other) |
int |
hashCode() |
static void |
main(java.lang.String[] args) |
java.lang.String |
toString() |
public static final org.slf4j.Logger log
public java.lang.String topicMethod
public java.lang.String callbackName
public java.lang.String callbackMethod
public MRLListener(java.lang.String topicMethod, java.lang.String callbackName, java.lang.String callbackMethod)
public final boolean equals(MRLListener other)
public final int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] args) throws java.lang.InterruptedException, java.io.IOException
java.lang.InterruptedException
java.io.IOException