RTI Connext C API  Version 5.1.0
FooBarSimpleReplier Struct Reference

A callback-based replier. More...

Detailed Description

A callback-based replier.

A SimpleReplier is based on a RTI_Connext_SimpleReplierListener that users provide. Requests are passed to the user callback, which returns a reply.

SimpleRepliers are useful for simple use cases where a single reply for a request can be generated quickly (e.g., looking up a data base).

When more than one reply for a request can be generated or the processing needs to happen asynchronously, use a FooBarReplier instead.

See Also
FooBarReplier
RTI_Connext_SimpleReplierListener
SimpleReplier example

RTI Connext C API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc