Module rabbit_auth_mechanism

Behaviours: rabbit_registry_class.

This module defines the rabbit_auth_mechanism behaviour.
Required callback functions: description/0, should_offer/1, init/1, handle_response/2.

Function Index

added_to_rabbit_registry/2
removed_from_rabbit_registry/1

Function Details

added_to_rabbit_registry/2

added_to_rabbit_registry(Type, ModuleName) -> any()

removed_from_rabbit_registry/1

removed_from_rabbit_registry(Type) -> any()


Generated by EDoc