Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetCanPublishTypeDefs
 
awGetCanPublishTypeDefs
BrokerError awGetCanPublishTypeDefs(
BrokerClient client,
int *n,
BrokerTypeDef **defs);
client
The Broker client whose list of event type definitions is to be returned.
n
The number of event type definitions that were returned. This parameter is used for output.
defs
The array of event type definitions that this Broker client can publish. This parameter is used for output.
Returns the definitions for the event types that this Broker client can publish. The caller is responsible for calling free on the output array, but not on the event type definitions themselves.
The events that a client may publish are determined by the client group to which the Broker client belongs. For information on client groups, see Administering webMethods Broker.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The client has been destroyed or disconnected.
AW_ERROR_NULL_PARAM
The parameter n or defs is NULL.
See also: