Receiver
RequestReceiverSupport
CallbackProtocolListener
, ChatProtocolsListener
, ConfServerProtocolListener
, EmailProtocolListener
, EspEmailProtocolListener
, ExternalServiceProtocolListener
, InteractionServerProtocolListener
, QueueRequestReceiver
, RequestReceivingBrokerService
, ServerChannel
, UniversalContactServerProtocolListener
, UrsCustomProtocolListener
public interface RequestReceiver extends Receiver
DEF_INPUT_SIZE
Modifier and Type | Method | Description |
---|---|---|
RequestContext |
receiveRequest() |
Receives request from the client.
|
RequestContext |
receiveRequest(long timeout) |
Receives request from the client.
|
clearInput, getInputSize, releaseReceivers, setInputSize
RequestContext receiveRequest() throws java.lang.InterruptedException, java.lang.IllegalStateException
java.lang.InterruptedException
- if thread is interrupted during this method
executionjava.lang.IllegalStateException
- if channel is not in appropriate state
to call the methodRequestContext receiveRequest(long timeout) throws java.lang.InterruptedException, java.lang.IllegalStateException
Channel
description for timeout values meaning.timeout
- timeout to waitResponse for messagejava.lang.InterruptedException
- if thread is interrupted during this method
executionChannelNotOpenedException
- if channel is not in appropriate state
to call the methodjava.lang.IllegalStateException
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.