com.neeve.toa.spi
Interface ChannelQosProvider


public interface ChannelQosProvider

A ChannelQosProvider resolves the channel filter for a given ToaServiceChannel channel.


Method Summary
 MessageChannel.Qos getChannelQos(ToaService service, ToaServiceChannel channel)
          Returns the channel MessageChannel.Qos for the given ToaServiceChannel.
 

Method Detail

getChannelQos

MessageChannel.Qos getChannelQos(ToaService service,
                                 ToaServiceChannel channel)
Returns the channel MessageChannel.Qos for the given ToaServiceChannel.

Parameters:
service - The service that defined the channel.
channel - The channel.
Returns:
The channel MessageChannel.Qos or null if the provider either doesn't provide MessageChannel.Qos for this channel or if the channel should not be filtered.


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.