AP&C API Reference
|
An address resolver that gets addresses from the messaging configuration itself. More...
Public Member Functions | |
void | Initialize (MessageControllerConfigSection config) |
Initializes the resolver with the provided MessageControllerConfigSection. More... | |
MessagingAddress | ResolveAddress (string addressReference, MessagingProtocols protocol) |
Resolves the address referred to by addressReference . More... | |
List< MessagingAddress > | ResolveGroup (string groupReference, MessagingProtocols protocol) |
Resolves the addresses in the group referred to by groupReference . More... | |
![]() | |
void | Initialize (Configuration.MessageControllerConfigSection config) |
Initializes the resolver with the provided Configuration.MessageControllerConfigSection. More... | |
An address resolver that gets addresses from the messaging configuration itself.
|
inline |
Initializes the resolver with the provided MessageControllerConfigSection.
config | The configuration. |
|
inline |
Resolves the address referred to by addressReference .
addressReference | The address reference. |
protocol | The protocol. |
null
if the reference cannot be resolved. Implements Apac.Messaging.IAddressResolver.
|
inline |
Resolves the addresses in the group referred to by groupReference .
groupReference | The group reference. |
protocol | The protocol. |
Implements Apac.Messaging.IAddressResolver.