Class GrouperMessageRabbitmq
java.lang.Object
edu.internet2.middleware.grouperMessagingRabbitmq.GrouperMessageRabbitmq
- All Implemented Interfaces:
GrouperMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmember id of a subjcet that sent the messagegetId()voidsetFromMemberId(String fromMemberId1) voidvoidsetMessageBody(String messageBody)
-
Constructor Details
-
GrouperMessageRabbitmq
-
-
Method Details
-
getFromMemberId
Description copied from interface:GrouperMessagemember id of a subjcet that sent the message- Specified by:
getFromMemberIdin interfaceGrouperMessage- Returns:
- the from member id
-
setFromMemberId
- Specified by:
setFromMemberIdin interfaceGrouperMessage- Parameters:
fromMemberId1- the from to set
-
getId
- Specified by:
getIdin interfaceGrouperMessage- Returns:
- the id
-
setId
- Specified by:
setIdin interfaceGrouperMessage- Parameters:
id1- the id to set
-
getMessageBody
- Specified by:
getMessageBodyin interfaceGrouperMessage- Returns:
- the message
-
setMessageBody
- Specified by:
setMessageBodyin interfaceGrouperMessage- Parameters:
messageBody- the message to set
-