public class TwoWayConversation extends Object implements Conversation<Integer>
| Constructor and Description |
|---|
TwoWayConversation() |
TwoWayConversation(Integer timeout) |
| Modifier and Type | Method and Description |
|---|---|
ConversationType |
getConversationType() |
Integer |
getTimeout() |
public TwoWayConversation()
public TwoWayConversation(Integer timeout)
public ConversationType getConversationType()
getConversationType in interface Conversation<Integer>public Integer getTimeout()
getTimeout in interface Conversation<Integer>Copyright © 2016. All rights reserved.