StoreDBReadMessagesFunc


Description:

[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "3.58" ) ]
public delegate bool StoreDBReadMessagesFunc (StoreDB storedb, StoreDBMessageRecord record)

A callback called in the read_messages for each read message information.

The members of the record are valid only in time of the callback being called.

Parameters:

storedb

a StoreDB

record

a StoreDBMessageRecord which had been read

user_data

callback user data

Returns:

true to continue, false to stop further reading


Namespace: Camel
Package: camel-1.2