Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Async-Methods



No need to register the service with async.


When ECF registers a remote service it will detect if a class with the name ...Async is found in the classpath. It will then register this service automatically alongside the normal service. So ECF does the registration for you, you only need to pick it up from the service registry.

Wim


Back to the top