public interface ChannelFilterProvider
ChannelFilterProvider resolves the channel filter for a
given ToaServiceChannel channel.| Modifier and Type | Method and Description |
|---|---|
String |
getChannelFilter(ToaService service,
ToaServiceChannel channel)
Returns the channel filter for the given
ToaServiceChannel. |
String getChannelFilter(ToaService service, ToaServiceChannel channel)
ToaServiceChannel.
ChannelFilterProvider to return a different channel
filter than another provider. The application will fail to
start in such a case.service - The service that defined the channel.channel - The channel.null if the provider either doesn't provide the
filter for this channel or if the channel should not be filtered.TopicOrientedApplication messaging configurationCopyright © 2016 N5 Technologies, Inc. All Rights Reserved.