public class GcMessageReceive extends Object
Constructor and Description |
---|
GcMessageReceive() |
Modifier and Type | Method and Description |
---|---|
GcMessageReceive |
addParam(String paramName,
String paramValue)
add a param to the list
|
GcMessageReceive |
addParam(WsParam wsParam)
add a param to the list
|
GcMessageReceive |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any
|
GcMessageReceive |
assignAutocreateObjets(Boolean theAutocreateObjects)
create queue/topic if doesn't exist already.
|
GcMessageReceive |
assignBlockMillis(Integer theBlockMillis) |
GcMessageReceive |
assignClientVersion(String theClientVersion)
assign client version
|
GcMessageReceive |
assignMaxMessagesToReceiveAtOnce(Integer theMaxMessagesToReceiveAtOnce) |
GcMessageReceive |
assignMessageSystemName(String theMessageSystemName) |
GcMessageReceive |
assignQueueOrTopicName(String theQueueOrTopicName) |
GcMessageReceive |
assignRoutingKey(String theRoutingKey) |
WsMessageResults |
execute()
execute the call and return the results.
|
public GcMessageReceive assignAutocreateObjets(Boolean theAutocreateObjects)
theAutocreateObjects
- public GcMessageReceive assignBlockMillis(Integer theBlockMillis)
theBlockMillis
- public GcMessageReceive assignMaxMessagesToReceiveAtOnce(Integer theMaxMessagesToReceiveAtOnce)
theMaxMessagesToReceiveAtOnce
- public GcMessageReceive assignQueueOrTopicName(String theQueueOrTopicName)
theQueueOrTopicName
- public GcMessageReceive assignRoutingKey(String theRoutingKey)
theRoutingKey
- public GcMessageReceive assignMessageSystemName(String theMessageSystemName)
theMessageSystemName
- public GcMessageReceive addParam(String paramName, String paramValue)
paramName
- paramValue
- public GcMessageReceive addParam(WsParam wsParam)
wsParam
- public GcMessageReceive assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
- public GcMessageReceive assignClientVersion(String theClientVersion)
theClientVersion
- public WsMessageResults execute()
Copyright © 2020 Internet2. All rights reserved.