Package org.smallmind.phalanx.wire
Interface Conversation<T>
-
- All Known Implementing Classes:
OneWayConversation,TwoWayConversation
public interface Conversation<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationTypegetConversationType()TgetTimeout()
-
-
-
Method Detail
-
getConversationType
ConversationType getConversationType()
-
getTimeout
T getTimeout()
-
-