ClusterProtocol
, InputChannel
, MessageReceiver<T>
, MessageReceiverSupport
, Protocol
, ReceiverSupport
, RequestReceiver
, RequestReceiverSupport
AbstractClusterChannel
, AbstractQueueReceiver
, BasicChatProtocol
, CallbackClientChannelHandler
, CallbackProtocol
, CallbackProtocolListener
, ChatClientChannelHandler
, ChatProtocolsListener
, ClientChannel
, ClientChannelHandler
, ClusterProtocolImpl
, ConfServerClientChannelHandler
, ConfServerProtocol
, ConfServerProtocolListener
, DuplexChannel
, EmailClientChannelHandler
, EmailProtocol
, EmailProtocolListener
, EspClusterProtocol
, EspEmailClientChannelHandler
, EspEmailClusterProtocol
, EspEmailProtocol
, EspEmailProtocolListener
, EventReceivingBrokerService
, ExternalServiceClientChannelHandler
, ExternalServiceProtocol
, ExternalServiceProtocolListener
, FlexChatClusterProtocol
, FlexChatProtocol
, IgnoringMessageReceiverSupport
, InteractionServerClientChannelHandler
, InteractionServerProtocol
, InteractionServerProtocolListener
, LcaUdpHeartbeatInternalProtocol
, LocalControlAgentProtocol
, MessageServerProtocol
, OptionalRegistrationChannel
, OutboundServerProtocol
, QueueMessageReceiver
, QueueRequestReceiver
, RequestReceivingBrokerService
, RoutingServerProtocol
, ServerChannel
, SolutionControlServerProtocol
, StatServerProtocol
, TServerProtocol
, UcsClusterProtocol
, UniversalContactServerClientChannelHandler
, UniversalContactServerProtocol
, UniversalContactServerProtocolListener
, UrsCustomProtocol
, UrsCustomProtocolListener
, WebmediaChannel
, WebMediaClientChannelHandler
public interface Receiver
Modifier and Type | Field | Description |
---|---|---|
static int |
DEF_INPUT_SIZE |
Modifier and Type | Method | Description |
---|---|---|
void |
clearInput() |
Clears input of the receiver.
|
int |
getInputSize() |
Returns the amount of messages this Receiver can hold before
start to "forget stale messages".
|
void |
releaseReceivers() |
Notifies receivers (threads waiting on receive() methods) they should
stop waiting and return null.
|
void |
setInputSize(int inputSize) |
Sets the amount of messages this Receiver can hold before
start to "forget stale messages".
|
static final int DEF_INPUT_SIZE
void clearInput()
int getInputSize()
void setInputSize(int inputSize)
inputSize
- maximum count of messages stored in receivervoid releaseReceivers()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.