Package org.smallmind.phalanx.wire
Class TwoWayConversation
- java.lang.Object
-
- org.smallmind.phalanx.wire.TwoWayConversation
-
- All Implemented Interfaces:
Conversation<Long>
public class TwoWayConversation extends Object implements Conversation<Long>
-
-
Constructor Summary
Constructors Constructor Description TwoWayConversation()TwoWayConversation(Long timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConversationTypegetConversationType()LonggetTimeout()
-
-
-
Constructor Detail
-
TwoWayConversation
public TwoWayConversation()
-
TwoWayConversation
public TwoWayConversation(Long timeout)
-
-
Method Detail
-
getConversationType
public ConversationType getConversationType()
- Specified by:
getConversationTypein interfaceConversation<Long>
-
getTimeout
public Long getTimeout()
- Specified by:
getTimeoutin interfaceConversation<Long>
-
-