BasicChatProtocol
, CallbackClientChannelHandler
, CallbackProtocol
, ChatClientChannelHandler
, ClientChannel
, ClientChannelHandler
, ConfServerClientChannelHandler
, ConfServerProtocol
, DuplexChannel
, EmailClientChannelHandler
, EmailProtocol
, EspEmailClientChannelHandler
, EspEmailProtocol
, ExternalServiceClientChannelHandler
, ExternalServiceProtocol
, FlexChatProtocol
, InteractionServerClientChannelHandler
, InteractionServerProtocol
, LcaUdpHeartbeatInternalProtocol
, LocalControlAgentProtocol
, MessageServerProtocol
, OptionalRegistrationChannel
, OutboundServerProtocol
, RoutingServerProtocol
, SolutionControlServerProtocol
, StatServerProtocol
, TServerProtocol
, UniversalContactServerClientChannelHandler
, UniversalContactServerProtocol
, UrsCustomProtocol
, WebmediaChannel
, WebMediaClientChannelHandler
public interface AsyncChannelOperations
Modifier and Type | Method | Description |
---|---|---|
<A> void |
closeAsync(long timeout,
CompletionHandler<ChannelClosedEvent,A> handler,
A attachment) |
Open channel asynchronously.
|
<A> void |
closeAsync(CompletionHandler<ChannelClosedEvent,A> handler,
A attachment) |
Close channel asynchronously.
|
<A> void |
openAsync(long timeout,
CompletionHandler<java.util.EventObject,A> handler,
A attachment) |
Open channel asynchronously.
|
<A> void |
openAsync(CompletionHandler<java.util.EventObject,A> handler,
A attachment) |
Open channel asynchronously.
|
<A> void openAsync(CompletionHandler<java.util.EventObject,A> handler, A attachment)
handler
- success/fail result handling.<A> void openAsync(long timeout, CompletionHandler<java.util.EventObject,A> handler, A attachment)
timeout
- operation timeout in milliseconds. Timeout will cancel the opening.handler
- success/fail result handling.<A> void closeAsync(CompletionHandler<ChannelClosedEvent,A> handler, A attachment)
handler
- success/fail result handling.<A> void closeAsync(long timeout, CompletionHandler<ChannelClosedEvent,A> handler, A attachment)
timeout
- operation timeout in milliseconds.
Timeout do not cancel the closing and do not close forcly the channel.handler
- success/fail result handling.Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.