IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Developing business processes > (Deprecated) Routing with Selectors
Manage multi-operational interfaces
Sometimes the component destination of a selector may not need to implement all of the operations in an interface, so here is a possible solution.
If a component destination implements an interface, it must fully implement all of the operations in that interface. For the sake of efficiency as well as performance reasons, the destination should only implement the operation that it is responsible for. If your interface has several unused operations, then the solution is to use an interface map to split this multi-operational interface into several distinct ones, and then use a selector to route them to the destinations as necessary.
(Deprecated) Routing with Selectors
Related information:
Create interface maps