| Interface | Description |
|---|---|
| BindingHandler<T> |
Invoked when a message is sent or received over a specific binding that supports handlers.
|
| BindingHandlerRegistry |
Registers
BindingHandlers so that they are available to binding extensions and registers binding extensions to receive updates when BindingHandlers become available. |
| BindingHandlerRegistryCallback<T> |
Implemented by a binding extension to receive callbacks when a
BindingHandler becomes available or is removed. |