CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
com.toc.coredx.DDS.rpc.RequesterListener< TReq extends RequestType, TRep extends ReplyType > Interface Template Reference
Inheritance diagram for com.toc.coredx.DDS.rpc.RequesterListener< TReq extends RequestType, TRep extends ReplyType >:
com.toc.coredx.DDS.rpc.ListenerBase

Public Member Functions

void on_reply_available (Requester< TReq, TRep > requester)
 

Detailed Description

RequesterListener can be installed on a Requester.

RequesterListener<TReq,TRep> interface is used to receive notification of reply arrival. It is passed to the Requester through RequesterParams. It extends ListenerBase and enables processing of replies. The callback is provided the replier object and returns void.

See also
RequesterParams

Member Function Documentation

◆ on_reply_available()

void com.toc.coredx.DDS.rpc.RequesterListener< TReq extends RequestType, TRep extends ReplyType >.on_reply_available ( Requester< TReq, TRep >  requester)

Invoked when one or more replies are available.

Can process the replies as appropriate.


© 2009-2020 Twin Oaks Computing, Inc
Castle Rock, CO 80104
All rights reserved.