|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TopicResolverProvider
A TopicResolverProvider
provides TopicResolver
for messages being sent
over a service channel.
The platform provides code generation utilities to generate static topic resolvers based
on the channel key defined in the service xml, but in some cases the application can
more efficiently resolve the topic, and in such cases may want to provide their own
TopicResolver
s.
Method Summary | |
---|---|
TopicResolver<?> |
getTopicResolver(ToaService service,
ToaServiceChannel channel,
Class<?> messageType)
Looks up a TopicResolver for the given service and channel. |
Method Detail |
---|
TopicResolver<?> getTopicResolver(ToaService service, ToaServiceChannel channel, Class<?> messageType)
TopicResolver
for the given service and channel.
service
- The service that defines the channel.channel
- The channel.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |