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