EXPAND ALL
  • Home

amqp_method_name

UDF to convert AMQP method id into their corresponding human-readable names.

Returns: STRING

The AMQP Method name.

Arguments

VariableTypeDescription
class_idINT64An AMQP class_id in numeric value
method_idINT64An AMQP method_id in numeric value

Examples:

df.method_name = px.amqp_method_name(df.class_id, df.method_id)
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.