RTI Connext Java API  Version 6.0.0
 All Classes Namespaces Functions Variables Groups Pages
Package com.rti.connext.requestreply

Support for the request-reply communication pattern. More...

Classes

interface  ReplierListener< TReq, TRep >
 Called when a com.rti.connext.requestreply.Replier<TReq,TRep> has new available requests. More...
 
class  ReplierParams< TReq, TRep >
 Contains the parameters for creating a com.rti.connext.requestreply.Replier<TReq,TRep>. More...
 
class  RequesterParams
 Contains the parameters for creating a com.rti.connext.requestreply.Requester<TReq,TRep> More...
 
interface  SimpleReplierListener< TReq, TRep >
 The listener called by a SimpleReplier. More...
 
class  SimpleReplierParams< TReq, TRep >
 Contains the parameters for creating a com.rti.connext.requestreply.SimpleReplier<TReq,TRep> More...
 
class  Replier< TReq, TRep >
 Allows receiving requests and sending replies. More...
 
class  Requester< TReq, TRep >
 Allows sending requests and receiving replies. More...
 
class  SimpleReplier< TReq, TRep >
 A callback-based replier. More...
 

Detailed Description

Support for the request-reply communication pattern.

There are two basic entities that enable this pattern:

This functionality is built on top of RTI Connext.

A Requester publishes a request topic and subscribes to a reply topic. A Replier subscribes to the request topic and publishes the reply topic.

The Request-Reply communication pattern is only available with RTI Connext Messaging.

You can find more information about this pattern in the User's Manual (see Part 4).

See Also
Request-Reply Examples.

RTI Connext Java API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc