PubSub Methods |
The BootstrapperModulesPubSub type exposes the following members.
Name | Description | |
---|---|---|
GetPubSubCache |
Returns the IPubSubCache registered.
To register a custom IPubSubCache use the RegisterPubSubCache(ExpressionFuncIPubSubCache) method.
| |
GetPubSubHandler |
Returns the IPubSubHandler registered.
To register a custom IPubSubHandler use the RegisterPubSubHandler(ExpressionFuncIPubSubHandler) method.
| |
RegisterPubSubCache |
Regsiter a custom IPubSubCache module
| |
RegisterPubSubHandler |
Register a custom IPubSubHandler module
|