Package org.atmosphere.cpr
Interface AtmosphereResourceFactory.Async
-
- Enclosing interface:
- AtmosphereResourceFactory
public static interface AtmosphereResourceFactory.AsyncAn interface to use in order to retrieve anAtmosphereResourceinside a cluster.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidavailable(AtmosphereResource r)A stub representing anAtmosphereResourcelocated somewhere in a cluster
-
-
-
Method Detail
-
available
void available(AtmosphereResource r)
A stub representing anAtmosphereResourcelocated somewhere in a cluster- Parameters:
r-
-
-