findAdapterById abstract method

Object findAdapterById(
  1. String id
)

Find an adapter by id and return a proxy that contains its endpoints. @param id The adapter id. @return The adapter proxy, or null if the adapter is not active. @throws AdapterNotFoundException Raised if the adapter cannot be implements found.

Implementation

Object findAdapterById(String id);