Function

IbisBatchis_end

since: 0.12

Declaration [src]

const char*
ibis_batch_is_end (
  IbisMessage* message
)

Description [src]

Checks if a message is the end of a batch and returns the reference tag.

Available since: 0.12

Parameters

message

Type: IbisMessage

A message.

The data is owned by the caller of the function.

Return value

Type: const char*

The reference tag if the message is the end of a batch.

The data is owned by the called function.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.