AP&C API Reference
Public Member Functions | List of all members
Apac.Messaging.Resolvers.ServiceStackUserAddressResolver Class Reference

An address resolver that gets addresses from the Service Stack authentication table (USERAUTH). More...

Inheritance diagram for Apac.Messaging.Resolvers.ServiceStackUserAddressResolver:
Apac.Messaging.IAddressResolver

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< MessagingAddressResolveGroup (string groupReference, MessagingProtocols protocol)
 Resolves the addresses in the group referred to by groupReference . More...
 
- Public Member Functions inherited from Apac.Messaging.IAddressResolver
void Initialize (Configuration.MessageControllerConfigSection config)
 Initializes the resolver with the provided Configuration.MessageControllerConfigSection. More...
 

Detailed Description

An address resolver that gets addresses from the Service Stack authentication table (USERAUTH).

Member Function Documentation

◆ Initialize()

void Apac.Messaging.Resolvers.ServiceStackUserAddressResolver.Initialize ( MessageControllerConfigSection  config)
inline

Initializes the resolver with the provided MessageControllerConfigSection.

Parameters
configThe configuration.

◆ ResolveAddress()

MessagingAddress Apac.Messaging.Resolvers.ServiceStackUserAddressResolver.ResolveAddress ( string  addressReference,
MessagingProtocols  protocol 
)
inline

Resolves the address referred to by addressReference .

Parameters
addressReferenceThe address reference.
protocolThe protocol.
Returns
Returns a MessagingAddress for the specified reference, or null if the reference cannot be resolved.

Implements Apac.Messaging.IAddressResolver.

◆ ResolveGroup()

List<MessagingAddress> Apac.Messaging.Resolvers.ServiceStackUserAddressResolver.ResolveGroup ( string  groupReference,
MessagingProtocols  protocol 
)
inline

Resolves the addresses in the group referred to by groupReference .

Parameters
groupReferenceThe group reference.
protocolThe protocol.
Returns
Returns a T:List<MessagingAddress> containing all addresses that could be resolved.

Implements Apac.Messaging.IAddressResolver.


The documentation for this class was generated from the following file: